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:

Verified
Correct Answer:
Verified
Q2: XML documents that conform to their DTD
Q3: The CAP theorem defines the three properties,one
Q4: Which of the following is true about
Q5: Graph databases are composed of _.<br>A)Nodes,Properties,and Edges<br>B)Properties,Columns,and
Q6: Which of the following is a type
Q7: Graph databases are composed of three elements,one
Q8: What are the elements of a graph
Q9: XML Schemas consist of _.<br>A)elements<br>B)attributes<br>C)properties<br>D)Both A and
Q10: One of the four categories of NoSQL
Q11: One of the four categories of NoSQL