Object Oriented Database The object definition language (ODL) is which of the following? A data definition language for OODB All of these Used to develop logical schemas A method to implement a logical schema A data definition language for OODB All of these Used to develop logical schemas A method to implement a logical schema ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database An extent is which of the following? 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 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 A keyword that indicates that the subclass inherits from a superclass ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database 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. To define a range for a class. To define a range for an attribute. All of these To define a range for a relationship. ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Identify the class name for the following code: ABC123 course(); ABC123 course course() All of these ABC123 course course() All of these ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database In ODL, you specify an operation using parentheses after its name. False True False True ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Database objects are almost always transient. True False True False ANSWER DOWNLOAD EXAMIANS APP