Page 1 of 1

Find the ID, name, dept name, salary for instructors whose salary is greater than $80,000 .

Posted: Thu Jul 14, 2022 8:47 am
by answerhappygod
a) {t | t ε instructor ∧ t[salary] > 80000}
b) Э t ∈ r (Q(t))
c) {t | Э s ε instructor (t[ID] = s[ID]∧ s[salary] > 80000)}
d) None of the mentioned