XD-DENG / SQL-exercise

Practice with "Real" SQL Problems
1.34k stars 570 forks source link

Fixed incorrect comments and added database creation to all build_sch… #13

Open cberry216 opened 6 years ago

cberry216 commented 6 years ago

All build_schema files now have a 'CREATE DATABASE' line to create a new database for questions, and a "USE <database" line to switch to the recently created database. Comments that raised errors were also fixed.