Question: Please solve 20 mint Distributed database Rewrite the following query in relational algebra form using operator tree. SELECT std_name FROM std_info,std_absence WHERE std_info.std_id=std_absence.std_id AND std_info.std_dpt='net'
Please solve 20 mint Distributed database

Rewrite the following query in relational algebra form using operator tree. SELECT std_name FROM std_info,std_absence WHERE std_info.std_id=std_absence.std_id AND std_info.std_dpt='net' AND std_info.std_avg>70 AND std_absence.date='2020-12-06'; 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
