

MCQOPTIONS
Saved Bookmarks
1. |
Πcustomer_name, loan_number, amount (borrower ⋈loan)What does the above expression perform? |
A. | It finds the customer_name, loan_number and amount from borrower |
B. | It finds the customer_name, loan_number and amount from loan |
C. | It finds the customer_name, loan_number and amount from the full outer join of borrower and loan |
D. | It finds the customer_name, loan_number and amount from the natural join of borrower and loan |
Answer» E. | |