The ODMG Object Model requires that a relationship be specified in both directions. True False TRUE ANSWER : ? YOUR ANSWER : ?
The keyword "inverse" is used in which of the following? Relationship Attribute All of these Class TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an ordered collection of elements of the same type? Set Dictionary List Bag TRUE ANSWER : ? YOUR ANSWER : ?
An atomic literal is which of the following? Strings All of these Long Boolean TRUE ANSWER : ? YOUR ANSWER : ?
The Object Query Language is which of the following? Similar to SQL and uses a from-where structure Not similar to SQL Similar to SQL and uses a select-where structure Similar to SQL and uses a select-from-where structure TRUE ANSWER : ? YOUR ANSWER : ?
In ODL, you specify an operation using parentheses after its name. True False TRUE ANSWER : ? YOUR ANSWER : ?
Literals do not have identifiers, and, therefore, cannot be individually referenced like objects. False True TRUE ANSWER : ? YOUR ANSWER : ?
Using OQL, you may do which of the following? Return a specific subset of elements using a given criteria. Return a collection of elements without duplicates. Return an entire collection of elements including duplicates. All of these TRUE ANSWER : ? YOUR ANSWER : ?