Using the Customer and Sales_Rep relations shown in the exhibit, you must datermine a relational
algebraic expression that will result in the following relation:
Which of the following relational algebraic expressions would result in this relation?
Answer : A
Which of the following occurs in a relation when records are added or removed?
Answer : D
The exhibit shows a table called Student Relation that tracks all information related to a
students courses, professors and sites. What would be the consequence of removing all records for
a student with the ID 1311?
Answer : C
Consider the following four database design activities:
1 - Design user views.
2 - Select a DBMS.
3 - Apply normalization.
4 - Determine entities.
Which choice shows the correct ordering of these activities, from first to last, by assigned
numbers?
Answer : D
Consider the Recreation relation in the exhibit. A data operation that changes one of the tuples
for Student_ID 1003 must be performed. It is necessary to change one of the activities from
swimming to tennis. The Student_ID and Activity attributes make up the primary key for the
Recreation relation. All related information must be altered, as well. Which SQL statement or
statements would best accomplish this?
Answer : C
Consider the following SQL statement and the Orders relation shown in the exhibit:
How many records should be returned?
Answer : C
Which subset of Structured Query Language (SQL) is used to limit access to a database or its
data?
Answer : B