Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

8. Does the following code represents a JSON document in a standard format? fname: Justin, Iname: Mark, ssn: 11341102, salary: 4070.00, superssn: 1117600, project_no:

image text in transcribed

8. Does the following code represents a JSON document in a standard format? "fname": "Justin", "Iname": "Mark", "ssn": "11341102", "salary": 4070.00, "superssn": "1117600", " project_no": 23 , "project_no": 45 3 a) Correct b) Not correct 9. Which of the following python mongodb statements is correct? a) do.people.insert_one( \{ "ssn":None,"manager":true,"age":20,"phone":["123","345","567"]\}) b) db.people.insert_one(\{ "name"."Ali","age":20,"phone":["123","345","567"], "start_date": DateTime("2014-03-01T08:00:00Z")\}) c) db.people.insert_one(\{ "name"."Ali","phone":["123","345","567"], "start_date":datetime.datetime (1999,12,30)}) d) None of the above 10. Does the following code represents a JSON document in a standard format? 2 "fname": "Justin", "lname": "Mark", "ssn": "111111102", "salary": 40000.00, "superssn": "111111100", "phone": 12345 , "is a manager": True ; a) Correct b) Not correct

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

Database Programming Languages 12th International Symposium Dbpl 2009 Lyon France August 2009 Proceedings Lncs 5708

Authors: Philippa Gardner ,Floris Geerts

2009th Edition

3642037925, 978-3642037924

More Books

Students also viewed these Databases questions