Exam 18: Object Database Management Systems

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In SQL:1999,functions and procedures can overcome some of the limitations of SQL:1999 methods.

(True/False)
4.9/5
(29)

CLASS Employee { //Variables String LastName; String FirstName; Real HourlyRate; Integer HoursWorked; String Job; Date HireDate; Real Monthly_Salary; //Methods String GetLastName(); String GetFirstName(); String GetJob(); Real GetSalary();} The class Clerk is a subclass of the class Employee CLASS Clerk: Employee { //Variables Real HourlyRate; Integer HoursWorked; //Methods Real GetSalary();} The class Salesperson is a subclass of the class Employee CLASS Salesperson: Employee { //Variables Real Base_Salary; Real Commission_rate Real Sales; //Methods Real GetSalary();} The class PartClerk is a subclass of the classes Clerk and Salesperson CLASS PartClerk: Clerk, Salesperson { //Variables Real PercentClerk; //Methods Real GetPercentClerk();} -If there are two clerks with identical data (same last name,first name,...):

(Multiple Choice)
5.0/5
(40)

In object database middleware approach,SQL queries are used to retrieve simple and complex data.

(True/False)
4.9/5
(26)

In object-oriented programming,the ability of an object to have multiple implementations is referred to as ____________________.

(Short Answer)
4.8/5
(39)

To request the execution of a method,a(n)_______________ containing a method name and parameters is sent to an object.

(Short Answer)
4.9/5
(42)

A relational DBMS that has been extended to include an object query processor for user-defined types is a(n)_______________________.

(Short Answer)
4.8/5
(37)

An architecture that uses a dedicated server to manage complex data outside of a database is called ______________________________.

(Short Answer)
4.7/5
(45)

SQL:1999 supports the definition of structured data types,which are used to bundle a collection of attributes and methods together.

(True/False)
4.8/5
(25)

Today's object-oriented DBMS (as distinguished from object relational DBMS):

(Multiple Choice)
4.8/5
(33)

Two advantages of object relational DBMSs are their integration of simple and complex data,and their reliability with user-defined functions and storage structures.

(True/False)
4.8/5
(39)

Which of the following applications is supported by an object DBMS?

(Multiple Choice)
5.0/5
(34)

The current object DBMSs differ from their predecessors in that access to data can now be done with nonprocedural languages such as SQL.

(True/False)
4.8/5
(36)

In SQL:1999,the keyword ______________ followed by a type name in a CREATE TYPE statement indicates that the type being defined is a child of the named parent type.

(Short Answer)
4.9/5
(41)

Which of the following requires object database technology?

(Multiple Choice)
4.8/5
(31)

In SQL:1999,a(n)_______________ is an alternative table definition that references a user-defined type instead of listing column names and associated data types.

(Short Answer)
4.8/5
(38)

An architecture that involves storage of large objects in a database along with external software to manipulate the large objects is known as __________________________.

(Short Answer)
4.8/5
(33)

A new kind of DBMS in which both the data model and the kernel have been changed to accommodate objects is a(n)_________________________.

(Short Answer)
4.7/5
(28)

Which of the following is not true of the object database middleware approach?

(Multiple Choice)
4.8/5
(31)

CLASS Employee { //Variables String LastName; String FirstName; Real HourlyRate; Integer HoursWorked; Date HireDate; String Job; //Methods Real Salary(); String GetLastName(); String GetFirstName(); String GetJob();} -Which of the following is not part of the interface?

(Multiple Choice)
4.7/5
(41)

A(n)______________ definition is a collection of variables and methods.

(Short Answer)
4.8/5
(40)
Showing 61 - 80 of 83
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)