Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with javascript, Inserting BSON documents on a MongoDB. Please have a look at the following questions, thankyou. catalog.js file https://drive.google.com/file/d/1l1l7vi2w-Se_dCqWcf5IXF9Xzs_yKjw-/view?usp=sharing If you

I need help with javascript, Inserting BSON documents on a MongoDB. Please have a look at the following questions, thankyou.

catalog.js file https://drive.google.com/file/d/1l1l7vi2w-Se_dCqWcf5IXF9Xzs_yKjw-/view?usp=sharing

image text in transcribed

If you have not done it yet, start mongo client and connect to the MongoDB database server. Next, process a script file catalog.js to insert BSON documents into a collection catalog. Make yourself familiar with the contents of the collection. Use a query language of MongoDB database system to retrieve the following information from a collection catalog (1) Find the total number of books. (2) Find the total number of books that have no keyword. (3) Find the total number of books that price value is less than 10 4) Find the most expensive (highest value of price) book's title and publisher (5) Find an average price value of all books in a collection catalog 6) For each genre, list a name of a genre and the total number of books which belong to the genre. (7) Find the titles and authors of the books that published in 2001 (8) Find the titles, authors, and prices of the books that their prices' currency is AU? (9) Find the titles, descriptions, and keywords of the books that have at least two keywords and at most three keywords (10)List a genre, title, and price of each book. Sort the results by a genre in the ascending order, and title in the descending order

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning VB 2008 Databases

Authors: Vidya Vrat Agarwal, James Huddleston

1st Edition

1590599470, 978-1590599471

More Books

Students also viewed these Databases questions