Appended 2 to database name to avoid conflit with crud operations.

This commit is contained in:
K 2024-11-10 12:10:20 +05:30
parent 964f534b16
commit 5476813944
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -36,7 +36,7 @@ least 10000 Documents)
## Creating database & collection:
```json
use empDB
use empDB2
db.createCollection("Employee")
```