Added line where select is good for starters (#19829)

This commit is contained in:
tattoodgeek
2018-10-27 21:02:17 -05:00
committed by Manish Giri
parent 226bf52b47
commit c269f0986b

View File

@ -37,3 +37,5 @@ from student;
I hope this at least gives you enough to get started.
Please see the manual for your database manager and have fun trying different options yourself.
One thing to note for beginners, the select statement is not destructive and can be used as a great place to start learning sql.