The object definition language (ODL) is which of the following? Used to develop logical schemas A data definition language for OODB All of these A method to implement a logical schema TRUE ANSWER : ? YOUR ANSWER : ?
You may specify an object identifier with only one unique tag name. False True 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 : ?
In ODL, you specify an operation using parentheses after its name. False True TRUE ANSWER : ? YOUR ANSWER : ?
Identify the class name for the following code: ABC123 course(); ABC123 course() All of these course TRUE ANSWER : ? YOUR ANSWER : ?
The ODMG Object Model requires that a relationship be specified in both directions. False True TRUE ANSWER : ? YOUR ANSWER : ?
ODL supports the abstract keyword for classes and operations. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is true concerning an ODBMS? 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. All of these TRUE ANSWER : ? YOUR ANSWER : ?
An ordered collection of elements of the same type are called sets. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an unordered collection of elements that may contain duplicates? Dictionary Bag Set List TRUE ANSWER : ? YOUR ANSWER : ?