Question: The task is to create a NoSQL database for a library to manage its book records. Task 1 . 1 Write a python program to:
The task is to create a NoSQL database for a library to manage its book records.
Task
Write a python program to:
Create a MongoDB database named library and a new collection named books.
Insert the book documents into the books collection in the library database. Use the sample dataset given in the file BOOK. txt You should paste the contents of this file into your program.
Display all book documents in the books collection.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
