Question: Consider the following SQL query for our University Database: select T.dept_name from department as T, department as S where T.budget > S.budget and S.building =

Consider the following SQL query for our University Database: select T.dept_name from department as T, department as S where T.budget > S.budget and S.building = "MAG" Write an efficient relational-algebra expression that is equivalent to this query. Justify your choice
Step by Step Solution
There are 3 Steps involved in it
To convert the given SQL query into an efficient relational algebra expression we need to break down ... View full answer
Get step-by-step solutions from verified subject matter experts
