Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2. select distinct customer-name, borrower.loan-number from borrower, loan where( Loan.amount > 30000 and borrower.loan_number = Loan..loan_number)
- 3. select distinct customer-name from borrower, loan where borrower loan-number = loan.loan-number and branch-name = "Niketan" order by customer-name
Add Comment
Please, Sign In to add comment