Before specifying a key for a class, you must specify its extent. True False TRUE ANSWER : ? YOUR ANSWER : ?
The object definition language (ODL) is which of the following? Used to develop logical schemas A method to implement a logical schema A data definition language for OODB All of these TRUE ANSWER : ? YOUR ANSWER : ?
ODL supports the abstract keyword for classes and operations. False True 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 from-where structure Similar to SQL and uses a select-from-where structure 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 : ?
A relationship should be specified how in the ODL? Neither direction One direction starting with the first class Both directions One direction starting with the second class TRUE ANSWER : ? YOUR ANSWER : ?
The ODMG Object Model requires that a relationship be specified in both directions. False True TRUE ANSWER : ? YOUR ANSWER : ?
Identify the class name for the following code: ABC123 course(); All of these ABC123 course course() TRUE ANSWER : ? YOUR ANSWER : ?