You may specify an object identifier with only one unique tag name. False True TRUE ANSWER : ? YOUR ANSWER : ?
Using OQL, you may do which of the following? All of these Return a specific subset of elements using a given criteria. Return a collection of elements without duplicates. Return an entire collection of elements including duplicates. TRUE ANSWER : ? YOUR ANSWER : ?
ODL supports the abstract keyword for classes and operations. True False TRUE ANSWER : ? YOUR ANSWER : ?
The ODMG Object Model supports only unary and binary relationships. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is true concerning the following statement: class Manager extends Employee Manager is an abstract class and a superclass. Manager is a concrete class and a superclass. Manager is an abstract class and a subclass. Manager is a concrete class and a subclass. TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an ordered collection of elements of the same type? List Dictionary Set Bag TRUE ANSWER : ? YOUR ANSWER : ?
The Object Model supports different literal types, but does not support atomic literals, collection literals, and structured literals. True False TRUE ANSWER : ? YOUR ANSWER : ?
Literals do not have identifiers, and, therefore, cannot be individually referenced like objects. False True TRUE ANSWER : ? YOUR ANSWER : ?
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 : ?
Before specifying a key for a class, you must specify its extent. True False TRUE ANSWER : ? YOUR ANSWER : ?