Question: 1. Which of the following python mongodb statements is correct? a) db.createCollection(people2) b) db.create_Collection(people2) c) db.create_collection(people2) d) None of the above 2. Does the following

 1. Which of the following python mongodb statements is correct? a)

1. Which of the following python mongodb statements is correct? a) db.createCollection("people2") b) db.create_Collection("people2") c) db.create_collection("people2") d) None of the above 2. Does the following code represents a JSON document in a standard format? "ssn": 523, "address": "Cairo", "Address": "Giza", "name": "Mohamed" ? a) Correct b) Not correct 3. Does the following code represents a JSON document in a standard format? "fname": "Sara", "minit": "A', "Iname": "Mohamed", "ssn": "1123434502", "salary": 66000.00 \} a) Correct b) Not correct

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!