Experiment No. 8
Details
Roll Number : K057 Name : Tejas Kamal Sahoo Branch : Btech Cyber Security Year : 2nd Semester : 2 Date & Time : 18-10-2024 16:52
Title: To Study and Implement Object-Oriented Database
AIM:
To study and implement an object-oriented database using MongoDB.
Questions:
Q1: Write a MongoDB query to display all the documents in the collection restaurants
.
Q2: Write a MongoDB query to display the fields restaurant_id
, name
, borough
, and cuisine
for all the documents in the collection restaurants
.
Q3: Write a MongoDB query to display the fields restaurant_id
, name
, borough
, and cuisine
, but exclude the field _id
for all the documents in the collection restaurants
.
Q4: Write a MongoDB query to display the fields restaurant_id
, name
, borough
, and zip code
, but exclude the field _id
for all the documents in the collection restaurants
.
Q5: Write a MongoDB query to display all the restaurants which are in the borough Bronx
.
Conclusion:
Successfully imported files and completed MongoDB queries.