Consider the Project relation shown in the exhibit as well as the following SQL statement:
DELETE FROM Project
WHERE Cust_Name = Acme;
Which of the following tables shows the Project relation after execution of this SQL statement?
In which situation would the DBMS use a serial schedule to execute the transactions?
What improvement can be made to file-based databases to overcome their limitations?
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?
Which type of entity must reference another entity for its data to be meaningful?
Which of the following definitions best describes an entity?
Consider the following relational algebraic expression as well as the Employee and Department relations shown in the exhibit: Which of the following relations would result from the given relational algebraic expression?
Which term best defines a database system in which data records are stored in one or more files with no structured relationship?
The exhibit shows a relation for a company projects. Which candidate key(s) would best serve as the primary key for this relation?
Consider the following relational algebraic expression as well as the Dept1_Parta and Dept2_Parts relations shown in the exhibit: Which of the following relations would result form the given relational algebraic expression?