MCQOPTIONS
Saved Bookmarks
| 1. |
What does the following relational algebra expression do? amount > 1200 (loan) |
| A. | tFinds all the tuples in loan |
| B. | tFinds the tuples in loan where the amount is greater than 12000 |
| C. | tFinds all the tuples in loan where the amount is greater than 1200 |
| D. | tFinds all the amounts in loan where the number of values is greater than 1200 |
| Answer» D. tFinds all the amounts in loan where the number of values is greater than 1200 | |