Solved

In the Following Sample JSON Data (Presented in MongoDB Syntax),the

Question 1

Multiple Choice

In the following sample JSON data (presented in MongoDB syntax) ,the word "addesses" is a ________. {
_id: 555667777,
Name: "Tierney,Doris",
Majors: ["Music","Spanish"],
Addresses: [
{
Street: "14510 NE 4th Street",
City: "Bellevue",
State: "WA",
Zip: "98005"
},
{
Street: "335 Aloha Street",
City: "Seattle",
State: "WA",
Zip: "98109"
}
],
AdvisorID: "Advisor1"
}


A) value list
B) object identifier
C) field name
D) value

Correct Answer:

verifed

Verified

Related Questions