SQL-exercise
SQL-exercise copied to clipboard
Fixed incorrect comments and added database creation to all build_sch…
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.