Which of the following is an unordered collection of elements that may contain duplicates? Dictionary List Set Bag TRUE ANSWER : ? YOUR ANSWER : ?
The object definition language (ODL) is which of the following? A data definition language for OODB Used to develop logical schemas All of these A method to implement a logical schema TRUE ANSWER : ? YOUR ANSWER : ?
The Object Query Language is which of the following? Similar to SQL and uses a select-where structure Not similar to SQL Similar to SQL and uses a select-from-where structure Similar to SQL and uses a from-where structure TRUE ANSWER : ? YOUR ANSWER : ?
ODL supports which of the following types of association relationships? Unary and Binary and Ternary Unary Unary and Binary Unary and Binary and Ternary and higher TRUE ANSWER : ? YOUR ANSWER : ?
A relationship should be specified how in the ODL? One direction starting with the second class One direction starting with the first class Both directions Neither direction TRUE ANSWER : ? YOUR ANSWER : ?
If you know all the possible values that an attribute can have, you can enumerate those values in ODL. False True TRUE ANSWER : ? YOUR ANSWER : ?
The keyword "inverse" is used in which of the following? Relationship Class Attribute All of these TRUE ANSWER : ? YOUR ANSWER : ?
The ODMG Object Model supports only unary and binary relationships. False True TRUE ANSWER : ? YOUR ANSWER : ?
An ordered collection of elements of the same type are called sets. False True TRUE ANSWER : ? YOUR ANSWER : ?