The keyword "inverse" is used in which of the following?
The keyword "inverse" is used in which of the following?
The ODMG Object Model requires that a relationship be specified in both directions.
The ODMG Object Model requires that a relationship be specified in both directions.
A relationship should be specified how in the ODL?
A relationship should be specified how in the ODL?
ODL supports which of the following types of association relationships?
ODL supports which of the following types of association relationships?
Literals do not have identifiers, and, therefore, cannot be individually referenced like objects.
Literals do not have identifiers, and, therefore, cannot be individually referenced like objects.
Using ODL, you can define which of the following?
Using ODL, you can define which of the following?
Database objects are almost always transient.
Database objects are almost always transient.
Using OQL, you may do which of the following?
Using OQL, you may do which of the following?
Which of the following is an unordered collection of elements that may contain duplicates?
Which of the following is an unordered collection of elements that may contain duplicates?
Specifying a key ensures that no two objects belonging to a class have the same value for the key attribute(s).
Specifying a key ensures that no two objects belonging to a class have the same value for the key attribute(s).
An ordered collection of elements of the same type are called sets.
An ordered collection of elements of the same type are called sets.
If you know all the possible values that an attribute can have, you can enumerate those values in ODL.
If you know all the possible values that an attribute can have, you can enumerate those values in ODL.
A collection of literals or object types is called a bag.
A collection of literals or object types is called a bag.
ODL supports the abstract keyword for classes and operations.
ODL supports the abstract keyword for classes and operations.
Which of the following is true concerning the following statement: class Manager extends Employee
Which of the following is true concerning the following statement: class Manager extends Employee
Which of the following is true concerning an ODBMS?
Which of the following is true concerning an ODBMS?
An atomic literal is which of the following?
An atomic literal is which of the following?
The Object Model supports different literal types, but does not support atomic literals, collection literals, and structured literals.
The Object Model supports different literal types, but does not support atomic literals, collection literals, and structured literals.
An attribute's value is either a literal or an object identifier.
An attribute's value is either a literal or an object identifier.
In ODL, you specify an operation using parentheses after its name.
In ODL, you specify an operation using parentheses after its name.
Which of the following is an ordered collection of elements of the same type?
Which of the following is an ordered collection of elements of the same type?
The object definition language (ODL) is which of the following?
The object definition language (ODL) is which of the following?
You may specify an object identifier with only one unique tag name.
You may specify an object identifier with only one unique tag name.
Before specifying a key for a class, you must specify its extent.
Before specifying a key for a class, you must specify its extent.
An attribute's value is always literal.
An attribute's value is always literal.
The ODMG Object Model supports only unary and binary relationships.
The ODMG Object Model supports only unary and binary relationships.
The Object Query Language is which of the following?
The Object Query Language is which of the following?
An extent is which of the following?
An extent is which of the following?
Identify the class name for the following code: ABC123 course();
Identify the class name for the following code: ABC123 course();
The reserved word enum is used for which of the following?
The reserved word enum is used for which of the following?