Question: NOSQL DB INCLUDE THE MONGO SHELL SCRIPTS 1 Create a database OnlineGameStore Create a collection called games. Add 10 games to the database. Give each

NOSQL DB

INCLUDE THE MONGO SHELL SCRIPTS

1 Create a database OnlineGameStore

  1. Create a collection called games.
  2. Add 10 games to the database. Give each document the following fields:

Name (value type string), genre (value type array), rating (value type integer) Please insert some dummy data according to the specified data types.

  1. Write a query that returns all the games
  2. Write a query to find one game by a specific name. Use a nice output format.
  3. Write a query that returns games of a specific genre type.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!