The Object Query Language is which of the following? Not similar to SQL Similar to SQL and uses a select-from-where structure Similar to SQL and uses a select-where structure Similar to SQL and uses a from-where structure TRUE ANSWER : ? YOUR ANSWER : ?
The object definition language (ODL) is which of the following? All of these A method to implement a logical schema Used to develop logical schemas A data definition language for OODB TRUE ANSWER : ? YOUR ANSWER : ?
A relationship should be specified how in the ODL? Both directions Neither direction One direction starting with the second class One direction starting with the first class TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an unordered collection of elements that may contain duplicates? Set Dictionary List Bag TRUE ANSWER : ? YOUR ANSWER : ?
Identify the class name for the following code: ABC123 course(); ABC123 course course() All of these TRUE ANSWER : ? YOUR ANSWER : ?
The reserved word enum is used for which of the following? To define a range for a class. To define a range for an attribute. All of these To define a range for a relationship. TRUE ANSWER : ? YOUR ANSWER : ?
Before specifying a key for a class, you must specify its extent. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an ordered collection of elements of the same type? Set List Bag Dictionary TRUE ANSWER : ? YOUR ANSWER : ?
The ODMG Object Model supports only unary and binary relationships. True False TRUE ANSWER : ? YOUR ANSWER : ?