QuestionQ189
Design and implement data modelsHOTSPOT -
You have a container that holds data about families. The following is a sample document.

You run the following query against the container.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| Children who do not have parents defined will appear on the list | ||
| Children who have more than one pet will appear on the list multiple times | ||
| Children who do not have pets defined will appear on the list |
Community Discussion