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
Πcustomer_name, loan_number, amount (borrower ⋈loan) What does the above expression perform?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Πcustomer_name, loan_number, amount (borrower ⋈loan) What does the above expression perform?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!