Appended 1 in database name to avoid conflict with S6.

This commit is contained in:
K 2024-11-09 15:07:32 +05:30
parent 005b7e3a40
commit 8936f48ab7
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -21,8 +21,8 @@ employees who work for 'TechM' and earn more than $10,000.
## Creating the database
```sql
CREATE DATABASE Companies;
USE Companies;
CREATE DATABASE Companies1;
USE Companies1;
```