1.

Consider the relational schema given below, where eId of the relation dependent is a foreignkey referring to empId of the relation employee. Assume that every employee has at least oneassociated dependent in the dependent relation.Employee (empId, empName, empAge)Dependent(depId, eId, depName, depAge)Consider the following relational algebra query:ΠempId(employee)-ΠempId (employee⋈(empId = eID)∧(empAge ≤ depAge)dependent)The above query evaluates to the set of empIds of employees whose age is greater than that of

A. some dependent.
B. all dependents
C. some of his/her dependents
D. all of his/her dependents
Answer» E.


Discussion

No Comment Found

Related MCQs