The document describes a table named SBOP containing account details and provides MySQL commands to create the table, insert records, alter the table, and select data from the table. The commands create a database and table, insert 5 records, add an address column, display the day of open for accounts, count the number of records, filter records by name, and round the balance of an account.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
48 views3 pages
Program 1
The document describes a table named SBOP containing account details and provides MySQL commands to create the table, insert records, alter the table, and select data from the table. The commands create a database and table, insert 5 records, add an address column, display the day of open for accounts, count the number of records, filter records by name, and round the balance of an account.