Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cberry216
Copy link

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.

@@ -1,4 +1,6 @@
-- LINK: https://en.wikibooks.org/wiki/SQL_Exercises/The_computer_store
CREATE DATABASE sql_exercises_1;
USE sql_exercises_2;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cberry216 , seems this line is inconsistent with the line 2. I believe it's a typo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants