Object Oriented Database Specifying a key ensures that no two objects belonging to a class have the same value for the key attribute(s). True False True False ANSWER DOWNLOAD EXAMIANS APP
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 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. All of these To define a range for a relationship. To define a range for a class. To define a range for an attribute. ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database ODL supports the abstract keyword for classes and operations. True False True False 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 Identify the class name for the following code: ABC123 course(); All of these course() ABC123 course All of these course() ABC123 course ANSWER DOWNLOAD EXAMIANS APP