Be sure the address is inserted as a sub-document, and use the

  

Using MONGODB:

1. Create a database named “city” with a document composed of the key-value pairs listed below in a collection named “inspections.”

   

Key

Value

 

id

“20032-2017-ACME”

 

certificate_number

9998888

 

business_name

“ACME Explosives”

 

date

Today’s date

 

result

“Business Padlocked”

 

sector

“Explosive Retail Dealer – 999”

 

address

number -> 1721 street -> Boom Road city -> BRONX
zip -> 10463

Be sure the address is inserted as a sub-document, and use the JavaScript function Date() for “Today’s date.” Verify your database creation and insertion using the findOne() function in the Mongo shell. Provide a screenshot as evidence.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply