Answered step by step
Verified Expert Solution
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:
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started