Question
PROCEDURE 1: Create database, collection and import data in MongoDB Compass Create the restaurants collection in the db database. Insert 3 records in restaurants collection.
PROCEDURE 1: Create database, collection and import data in MongoDB Compass Create the restaurants collection in the db database. Insert 3 records in restaurants collection. Restaurant collection should contain the following document fields: restaurant_id, name, city, district, cuisine, score.
PROCEDURE 2: Find or Query Data from restaurants collection Select a district name from your restaurant collection and write the operation that finds documents which have the same name with the d istrict name you selected. Write a query for documents with cuisine field "Bakery" and order them starting from the highest score to the lowest. Write a query that returns the 3 highest rated restaurants.
Note: Upload a pdf document that includes all your work with screenshots and explanations. The collection, the data you insert to the collection, the selections, the outputs etc.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started