Multiple Choice
Each row of the table Department describes a department. Deptno is the primary key. Deptmgr (Department manager) refers to Empno in table Employee.
Each row of the table Project describes a project. The primary key is Projno. Projmgr (project manager. refers to Empno in the table Employee.
The table Projstaff indicates the staff assigned to various Projects.
The combination of columns Prstno, Prstempno is a candidate key. There could be other candidate
keys. Prstempno is the Empno in table Employee of the employee working on project number Prstno, which refers to Projno in the table Project. The meaning of Prstasgtno is left undefined.
-Which of the following columns of the table Department is a foreign key?
A) Deptno
B) Deptname
C) Deptcity
D) Deptmgr
Correct Answer:

Verified
Correct Answer:
Verified
Q10: When the extended cross product operation is
Q11: Only a limited number of simple statistical
Q12: A foreign key is indicated in SQL
Q13: Unary relationships involve multiple tables and are
Q14: To ensure that a database contains valid
Q16: The extended cross product operator can only
Q17: To perform a difference operation on two
Q18: The referential integrity rule prohibits foreign keys
Q19: A row in a child table having
Q20: The tables Dept1 and Dept2