adplus-dvertising
frame-decoration

Question

What does the following relational algebra expression do?
σamount > 1200 (loan)

a.

Finds all the tuples in loan

b.

Finds the tuples in loan where the amount is greater than 12000

c.

Finds all the tuples in loan where the amount is greater than 1200

d.

Finds all the amounts in loan where the number of values is greater than 1200

Posted under Advanced SQL DBMS

Answer: (c).Finds all the tuples in loan where the amount is greater than 1200

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does the following relational algebra expression do? σamount > 1200 (loan)