The document outlines a series of SQL commands executed to create and manage a database named 'LOANS' with a table 'LOAN_ACCOUNTS'. It includes commands for creating the table, inserting records, updating interest rates, and deleting records based on specific conditions. The final commands show attempts to delete all records and check the existence of the table, which resulted in an error due to the table not being found.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
7 views4 pages
SQL 2
The document outlines a series of SQL commands executed to create and manage a database named 'LOANS' with a table 'LOAN_ACCOUNTS'. It includes commands for creating the table, inserting records, updating interest rates, and deleting records based on specific conditions. The final commands show attempts to delete all records and check the existence of the table, which resulted in an error due to the table not being found.