928customername Loannumber Amount Borrower Loanbr What Does The #112
Πcustomer_name, loan_number, amount (borrower ⋈loan)<br /> What does the above expression perform?
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Intermediate and Advanced SQL - The Relational Algebra - Quiz No.1.
Πcustomer_name, loan_number, amount (borrower ⋈loan)
What does the above expression perform?
What does the above expression perform?
It finds the customer_name, loan_number and amount from borrower
It finds the customer_name, loan_number and amount from loan
It finds the customer_name, loan_number and amount from the full outer join of borrower and loan
It finds the customer_name, loan_number and amount from the natural join of borrower and loan