

MCQOPTIONS
Saved Bookmarks
1. |
Consider the relational schema given below, where eId of the relation dependent is a foreign key referring to empId of the relation employee. Assume that every employee has at least one associated dependent in the dependent relation. employee (empId, empName, empAge) dependent(depId, eId, depName, depAge) Consider the following relational algebra query :
|
A. | some dependent. |
B. | all dependents. |
C. | some of his/her dependents. |
D. | all of his/her dependents. |
Answer» E. | |