db.ListingsAndReviews.find({property_type: Apartment}, {listing_url:1, property_type:1, price:1, address.country_code:1}).sort({price:-1}).pretty() How would you modify this query to use the .limit() function

Related Book For  answer-question

Database System Concepts

ISBN: 978-0072554816

4th Edition

Authors: Henry F. Korth, S. Sudarshan

Posted Date: