Assignment SQL
Assignment SQL
Write SQL commands for the tasks 1 to 35 and write the output for the SQL commands 36 to 40:
Simple Select
4. Display the details of all the loans.
5. Display the AccNo, Cust_Name, and Loan_Amount of all the loans.
Using NULL
9. Display the details of all the loans whose rate of interest is NULL.
10. Display the details of all the loans whose rate of interest is not NULL.