✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Given the following SQL query:
SELECT DISTINCT E.Lname, E.FnameFROM Employee E, Department DWHERE E.Dno = D.Dnumber AND D.Dname = 'Research';
Which of the following Relational Algebra expressions correctly represents this query?