Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Design Application
Exam 18: Object Database Management Systems
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
In the relational DBMS augmented with BLOBs:
Question 42
Multiple Choice
There is a request to insert a row into table Tc with values 10,20,30 respectively for ax,bp,cm.Which of the following will take place?
Question 43
Multiple Choice
There is a request to insert a row in Tb with values 4,3 respectively for ax and bp.Which of the following will take place?
Question 44
Multiple Choice
CLASS Employee { //Variables String LastName; String FirstName; Real HourlyRate; Integer HoursWorked; Date HireDate; String Job; //Methods Real Salary() ; String GetLastName() ; String GetFirstName() ; String GetJob() ;} -If the type of the data HoursWorked is changed from integer to real,the following will need to be changed:
Question 45
Essay
For object-oriented DBMSs,the two languages that are the counterpart for SQL in relational DBMSs are ________________________ and __________________________.
Question 46
True/False
When an object receives a request to execute a method,if the object's class does not contain that method,the request is forwarded to the parent class for execution.
Question 47
True/False
In addition to user-defined types,object relational databases support other object features such as subtable families,and array and row data types.
Question 48
Short Answer
In SQL:1999,the keyword ________________ in a method definition indicates that the child method being defined overrides the definition in the parent type.
Question 49
Short Answer
One of the fundamental principles of object-oriented computing is _________________,which means that an object can only be accessed through its interface.
Question 50
Multiple Choice
Which of the following applications is supported by a relational DBMS?
Question 51
True/False
Class reusability and data independence are two of the benefits of encapsulation.
Question 52
True/False
An object-oriented DBMS is a good choice for traditional business applications that require ad hoc query capabilities,query optimization,and efficient transaction support.
Question 53
Multiple Choice
Which of the following is not supported by Oracle 9i:
Question 54
True/False
In both the large object architecture and the specialized media server architecture,SQL queries are used to retrieve and display complex data.
Question 55
Short Answer
The object relational DBMS architecture contains a(n)____________________,which includes a parser to decompose references to expressions containing user-defined types and functions,and an optimizer to optimize these references.