Which relational algebraic operation is used to select specific columns (attributes) from a
relation?
C
Your enterprise has created a database and database application. The testing phase for the
project has started. Which of the following best describes white-box testing of the projects
software?
D
Which security technique limits access by unauthorized users to parts of an enterprise
database?
A
Which of the following ACID properties requires that a transaction be executed in its entirety
or not all?
D
Consider the relations shown in the exhibit. Which of the following SQL statements would
enter data from the Customers relation into the Atlanta_Customers relation?
C
Which statement is used to define a named group of related tables, views, domains and other
database objects?
D
To create a view, what are the minimal privileges that a user must have for the relations used
to make the view?
C
Consider the relation shown in the exhibit. Which of the following SQL statements would
return a relation that excludes all customers with a Satisfaction_Rate of less than or equal to 80
unless the Sales_Office is located in Atlanta?
A
Consider the Information Engineering diagram shown in the exhibit for a building
management company. Referential integrity must be maintained such that a building cannot be
deleted when it has residents. Building_ID, R_ID, Room_Count and Room_Num are integer
numbers, whereas Bldg_Name, Location and Res_Name are all represented by variable-length
strings with a maximum of 20 characters. Which SQL statement best implements the relations
shown in this diagram?
C
Consider the relational database shown in the exhibit. What is the foreign key in this database?
A