An attribute's value is either a literal or an object identifier. False True TRUE ANSWER : ? YOUR ANSWER : ?
You may specify an object identifier with only one unique tag name. True False TRUE ANSWER : ? YOUR ANSWER : ?
ODL supports which of the following types of association relationships? Unary Unary and Binary Unary and Binary and Ternary and higher Unary and Binary and Ternary TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is true concerning an ODBMS? All of these They are overtaking RDBMS for all applications. They are most useful for traditional, two-dimensional database table applications. They have the ability to store complex data types on the Web. TRUE ANSWER : ? YOUR ANSWER : ?
If you know all the possible values that an attribute can have, you can enumerate those values in ODL. True False TRUE ANSWER : ? YOUR ANSWER : ?
The reserved word enum is used for which of the following? All of these To define a range for a relationship. To define a range for a class. To define a range for an attribute. 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 Not similar to SQL Similar to SQL and uses a from-where structure TRUE ANSWER : ? YOUR ANSWER : ?
An extent is which of the following? A keyword that indicates that the subclass inherits from a superclass A keyword that indicates that the superclass inherits from a subclass Only one instance of a class within a database The set of all instances of a class within a database TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an unordered collection of elements that may contain duplicates? List Set Bag Dictionary TRUE ANSWER : ? YOUR ANSWER : ?