What Does The Following Relational Algebra Expression Dobr #109
What does the following relational algebra expression do?<br /> σamount > 1200 (loan)
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Intermediate and Advanced SQL - The Relational Algebra - Quiz No.1.
What does the following relational algebra expression do?
σamount > 1200 (loan)
σamount > 1200 (loan)
Finds all the tuples in loan
Finds the tuples in loan where the amount is greater than 12000
Finds all the tuples in loan where the amount is greater than 1200
Finds all the amounts in loan where the number of values is greater than 1200