Specifying a key ensures that no two objects belonging to a class have the same value for the key attribute(s). True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an unordered collection of elements that may contain duplicates? List Set Dictionary Bag TRUE ANSWER : ? YOUR ANSWER : ?
An extent is which of the following? Only one instance of a class within a database The set of all instances of a class within a database A keyword that indicates that the subclass inherits from a superclass A keyword that indicates that the superclass inherits from a subclass 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 : ?
An atomic literal is which of the following? All of these Strings Long Boolean TRUE ANSWER : ? YOUR ANSWER : ?
The reserved word enum is used for which of the following? To define a range for a class. All of these To define a range for a relationship. To define a range for an attribute. TRUE ANSWER : ? YOUR ANSWER : ?
ODL supports which of the following types of association relationships? Unary and Binary and Ternary Unary and Binary Unary and Binary and Ternary and higher Unary TRUE ANSWER : ? YOUR ANSWER : ?
An attribute's value is either a literal or an object identifier. False True TRUE ANSWER : ? YOUR ANSWER : ?
Using ODL, you can define which of the following? Structure Attribute All of these Operation TRUE ANSWER : ? YOUR ANSWER : ?
The ODMG Object Model requires that a relationship be specified in both directions. True False TRUE ANSWER : ? YOUR ANSWER : ?