1.

customer_name, loan_number, amount (borrower loan)
What does the above expression perform?

A. tIt finds the customer_name, loan_number and amount from borrower
B. tIt finds the customer_name, loan_number and amount from loan
C. tIt finds the customer_name, loan_number and amount from the full outer join of borrower and loan
D. tIt finds the customer_name, loan_number and amount from the natural join of borrower and loan
Answer» E.


Discussion

No Comment Found