diff --git a/Practical/Practical Exam/SQL/S4 - SQL Queries.md b/Practical/Practical Exam/SQL/S4 - SQL Queries.md index d639d2f..1addf5f 100644 --- a/Practical/Practical Exam/SQL/S4 - SQL Queries.md +++ b/Practical/Practical Exam/SQL/S4 - SQL Queries.md @@ -21,8 +21,8 @@ name. ## Creating the database ```sql -CREATE DATABASE Store; -USE Store; +CREATE DATABASE Store1; +USE Store1; ```