As per our guidelines, we are supposed to answer only 1st three parts. Kindly repost the remaining questions separately. 4.1 use gym_29876543 4.2 db.createCollection("userProfiles") db.userProfiles.insertMany([ {"Name" : "Dominic","Surname":"Badeaux","Date_of_Birth":1982-09-04,"FitnessLevel":1}, {"Name" : "John","Surname":"Dlamini","Date_of_Birth":1974-05-18,"FitnessLevel":2} ]) 4.3 db.userProfiles.find() arrow_forward Step 2 Complete code: use gym_29876543 db.createCollection("userProfiles") db.userProfiles.insertMany([ {"Name" : "Dominic","Surname":"Badeaux","Date_of_Birth":1982-09-04,"FitnessLevel":1}, {"Name" : "John","Surname":"Dlamini","Date_of_Birth":1974-05-18,"FitnessLevel":2} ]) db.userProfiles.find() Q.4.4 Query all the user profiles where the fitness level of the user is equal to 2. Q.4.5 Query all the user profiles where the date of birth of the user is from 1980‐01‐01 to 1982‐12‐31 (including both dates
As per our guidelines, we are supposed to answer only 1st three parts. Kindly repost the remaining questions separately.
4.1
use gym_29876543
4.2
db.createCollection("userProfiles")
db.userProfiles.insertMany([
{"Name" : "Dominic","Surname":"Badeaux","Date_of_Birth":1982-09-04,"FitnessLevel":1},
{"Name" : "John","Surname":"Dlamini","Date_of_Birth":1974-05-18,"FitnessLevel":2}
])
4.3
db.userProfiles.find()
Complete code:
use gym_29876543
db.createCollection("userProfiles")
db.userProfiles.insertMany([
{"Name" : "Dominic","Surname":"Badeaux","Date_of_Birth":1982-09-04,"FitnessLevel":1},
{"Name" : "John","Surname":"Dlamini","Date_of_Birth":1974-05-18,"FitnessLevel":2}
])
db.userProfiles.find()
Q.4.4 Query all the user profiles where the fitness level of the user is equal to 2.
Q.4.5 Query all the user profiles where the date of birth of the user is from 1980‐01‐01 to
1982‐12‐31 (including both dates)
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 2 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)