What type of situation using relational databases is better


Problem

A. On your computer, go to this tutorial to study the basic MongoDB CRUD operations.

B. Open our lab MongoDB collection.

C. The collection is visible in the "Configuration" column.

D. In the "Query" column in the middle of the page, write queries to solve the following questions (you may need to learn some of the MongoDB Operators). For each question, you must include the query command as text and the result screen shot in your submission.

a. Find all employees whose salary is higher than 500.

b. Update the salary of the employee whose name is "JB" by adding 800 to its current value. (No hardcoded new value. Hint: use $inc)

c. Add a new field phone to document with name "RS" and set phone value as "6145555555". (Hint: use $set)

Briefly answer the following questions:

A. What are the major differences between MongoDB and relational databases?

B. What type of situation using MongoDB is better than relational databas? Why? Provide example to support your argument.

C. What type of situation using relational databases is better? Why? Provide example to support your argument.

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: What type of situation using relational databases is better
Reference No:- TGS03285526

Expected delivery within 24 Hours