Multiple Choice
Which of the following requires object database technology?
A) Storing an employee picture on disk
B) Retrieving an employee picture
C) Retrieving and processing an employee picture together with simpler data about the employee
D) Displaying an employee picture on a screen
Correct Answer:

Verified
Correct Answer:
Verified
Q69: Today's object-oriented DBMS (as distinguished from object
Q70: Two advantages of object relational DBMSs are
Q71: Which of the following applications is supported
Q72: The current object DBMSs differ from their
Q73: In SQL:1999,the keyword _ followed by a
Q75: In SQL:1999,a(n)_ is an alternative table definition
Q76: An architecture that involves storage of large
Q77: A new kind of DBMS in which
Q78: Which of the following is not true
Q79: CLASS Employee {<br>//Variables<br>String LastName;<br>String FirstName;<br>Real HourlyRate;<br>Integer