Lecture 8
Lecture 8
• select customer_name,
borrower.loan_number, amount
• from borrower, loan
• where borrower.loan_number =
loan.loan_number
The from Clause
• Find the customer names, loan numbers,
and loan amounts for all loans at the
Perryridge branch.
The from Clause
• Find the customer names, loan numbers, and loan
amounts for all loans at the Perryridge branch.