An extent is which of the following? Only one instance of a class within a database A keyword that indicates that the superclass inherits from a subclass A keyword that indicates that the subclass inherits from a superclass The set of all instances of a class within a database TRUE ANSWER : ? YOUR ANSWER : ?
The keyword "inverse" is used in which of the following? Relationship Attribute All of these Class TRUE ANSWER : ? YOUR ANSWER : ?
Before specifying a key for a class, you must specify its extent. False True TRUE ANSWER : ? YOUR ANSWER : ?
ODL supports the abstract keyword for classes and operations. True False TRUE ANSWER : ? YOUR ANSWER : ?
Specifying a key ensures that no two objects belonging to a class have the same value for the key attribute(s). False True TRUE ANSWER : ? YOUR ANSWER : ?
ODL supports which of the following types of association relationships? Unary and Binary and Ternary Unary Unary and Binary and Ternary and higher Unary and Binary TRUE ANSWER : ? YOUR ANSWER : ?
A relationship should be specified how in the ODL? One direction starting with the second class Neither direction One direction starting with the first class Both directions TRUE ANSWER : ? YOUR ANSWER : ?
The ODMG Object Model supports only unary and binary relationships. True False TRUE ANSWER : ? YOUR ANSWER : ?
The Object Query Language is which of the following? Similar to SQL and uses a select-where structure Similar to SQL and uses a select-from-where structure Similar to SQL and uses a from-where structure Not similar to SQL TRUE ANSWER : ? YOUR ANSWER : ?
Identify the class name for the following code: ABC123 course(); course() ABC123 All of these course TRUE ANSWER : ? YOUR ANSWER : ?