Appended 1 in database name to avoid conflict with S6.
This commit is contained in:
parent
005b7e3a40
commit
8936f48ab7
@ -21,8 +21,8 @@ employees who work for 'TechM' and earn more than $10,000.
|
|||||||
|
|
||||||
## Creating the database
|
## Creating the database
|
||||||
```sql
|
```sql
|
||||||
CREATE DATABASE Companies;
|
CREATE DATABASE Companies1;
|
||||||
USE Companies;
|
USE Companies1;
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user