Multiple Choice
The following data are in the tables Employee (primary key: Empno) and Department (primary key: Deptno) . The questions refer to row numbers of this table. The first row of each table is row #1. Empdeptno in table Employee is a foreign key that refers to Deptno in the table Department. Deptmgr in the table Department is a foreign key that refers to Empno in the table Employee.
-The relationship connecting Employee to Department and expressing that an employee is the manager of a department (foreign key: Deptmgr) is:
A) 1-M from Employee to Department
B) 1-M from Department to Employee
C) M-N
D) Self-referencing
Correct Answer:

Verified
Correct Answer:
Verified
Q24: In the case of a natural join,where
Q25: <span class="ql-formula" data-value="Table~Employee\\\begin{array}{|l|l|l|l|l|}\hline \text { Empno }
Q26: The _ operator produces a table in
Q27: A divide operator is used to retrieve
Q28: The tables Dept1 and Dept2
Q30: Each operator of relational algebra transforms one
Q31: Regarding delete and update actions on referenced
Q32: A disadvantage of using the extended cross
Q33: An advantage of using a constraint name
Q34: Using the extended cross product operator on