Appended 1 to database name to avoid conflits with other p.s. using same structure.

This commit is contained in:
K 2024-11-08 22:40:27 +05:30
parent 4f2c23b85c
commit 0ad540721e
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -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;
``` ```