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

pull/30766/head
tattoodgeek 2018-10-27 21:02:17 -05:00 committed by Manish Giri
parent 226bf52b47
commit c269f0986b
1 changed files with 2 additions and 0 deletions

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.