Appended 1 to database name to avoid conflict with aggregation p.s.

This commit is contained in:
K 2024-11-10 11:29:54 +05:30
parent 3175ea83b5
commit 151fab47d8
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ by 5000.
## Creating database & collection:
```json
use empDB
use empDB1
db.createCollection("Employee")
```

View File

@ -33,7 +33,7 @@ Company_name is "Infosys".
## Creating database & collection:
```json
use empDB
use empDB1
db.createCollection("Employee")
```

View File

@ -34,7 +34,7 @@ value "Pune" and the field Pin_code with the value "411001".
## Creating database & collection:
```json
use empDB
use empDB3
db.createCollection("Employee")
```