 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | 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 | 
| Answer» D. Finds all the amounts in loan where the number of values is greater than 1200 | |