_Black_Panther_

Untitled

Sep 29th, 2021 (edited)
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. 2. select distinct customer-name, borrower.loan-number from borrower, loan where( Loan.amount > 30000 and borrower.loan_number = Loan..loan_number)
  2.  
  3. 3. select distinct customer-name from borrower, loan where borrower loan-number = loan.loan-number and branch-name = "Niketan" order by customer-name
  4.  
  5.  
  6.  
  7.  
  8.  
Add Comment
Please, Sign In to add comment