Question

Use MongoDB Compass and open the airbnbDB. Uses the airbnb collection to answer the questions below....

Use MongoDB Compass and open the airbnbDB. Uses the airbnb collection to answer the questions below.

Here is an example of what a document in this collection looks like (JSON Pretty Print):

Airbnbdb.airbnb

{

  "_id": "25167125",

  "listing_url": "https://www.airbnb.com/rooms/25167125",

  "room_type": "Private room",

  "minimum_nights": "1",

  "maximum_nights": "1125",

  "bedrooms": 1,

  "beds": 1,

  "number_of_reviews": 11,

  "bathrooms": {

    "$numberDecimal": "1.0"

  },

  "amenities": [

    "Wifi",

    "Air conditioning",

    "Kitchen",

    "Free parking on premises",

    "Pets allowed",

    "Breakfast",

    "Free street parking",

    "Heating",

    "Smoke detector",

    "First aid kit",

    "Essentials",

    "Shampoo",

    "Hangers",

    "Laptop friendly workspace",

    "Private entrance",

    "Bed linens",

    "Extra pillows and blankets",

    "Luggage dropoff allowed",

    "Cleaning before checkout",

    "Disabled parking spot",

    "Accessible-height bed",

    "Host greets you"

  ],

  "host": {

    "host_id": "11490944",

    "host_url": "https://www.airbnb.com/users/show/11490944",

    "host_name": "Rachelle",

    "host_location": "Montreal, Quebec, Canada",

    "host_about": "I am a traveler at heart and free spirit. I love people and enjoy their company.  I am happy to help with anything I can.  \r\nYou are welcome in my home.\r\nI promise that you will enjoy your stay.\r\nLiving Free!",

    "host_response_time": "within an hour",

    "host_thumbnail_url": "https://a0.muscache.com/im/pictures/b07f65b1-5ad0-4570-b489-3a6ecf66a40e.jpg?aki_policy=profile_small",

    "host_picture_url": "https://a0.muscache.com/im/pictures/b07f65b1-5ad0-4570-b489-3a6ecf66a40e.jpg?aki_policy=profile_x_medium",

    "host_neighbourhood": "Dorval",

    "host_response_rate": 100,

    "host_is_superhost": false,

    "host_has_profile_pic": true,

    "host_identity_verified": false,

    "host_listings_count": 3,

    "host_total_listings_count": 3,

    "host_verifications": [

      "email",

      "phone",

      "reviews",

      "jumio",

      "offline_government_id",

      "selfie",

      "government_id",

      "identity_manual"

    ]

  }

}

  1. How many accommodations include the amenities of "Air conditioning" and an "Elevator"?
    Query:

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Please find the query below.

db.airbnb.find({"amenities": { $all: [ "Air conditioning" , "Elevator" ] }

});

Add a comment
Know the answer?
Add Answer to:
Use MongoDB Compass and open the airbnbDB. Uses the airbnb collection to answer the questions below....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Instructions:For questions 1-8, use MongoDB Compass and open the movieDB, and open the movie collection to...

    Instructions:For questions 1-8, use MongoDB Compass and open the movieDB, and open the movie collection to answer the questions below. Include the query used (make sure to include all stages) and the results of the query. PLEASE ANSWER ALL QUESTIONS FOR POSITIVE FEEDBACK AND THUMBS UP Here is an example of what a document in this collection looks like (JSON Pretty Print): Moviedb.list { "_id": {     "$oid": "573a1392f29313caabcd9caa" }, "plot": "Many passengers on the Shanghai Express are more concerned...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT