Appended 1 to database name to avoid conflits with other p.s. using same structure.
This commit is contained in:
parent
4f2c23b85c
commit
0ad540721e
@ -23,8 +23,8 @@ names,loan_no and loan amount.
|
|||||||
|
|
||||||
## Creating the database
|
## Creating the database
|
||||||
```sql
|
```sql
|
||||||
CREATE DATABASE Bank;
|
CREATE DATABASE Bank1;
|
||||||
USE Bank;
|
USE Bank1;
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user