A MySQL database named 'Angel' was created, and a table 'info' was defined with fields for roll number, name, and marks. Several records were inserted into the table, and queries were executed to retrieve and update data, including filtering names based on marks. Additionally, the table structure was modified to include a new column for class, which was later altered to change its data type.
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)
5 views2 pages
sql
A MySQL database named 'Angel' was created, and a table 'info' was defined with fields for roll number, name, and marks. Several records were inserted into the table, and queries were executed to retrieve and update data, including filtering names based on marks. Additionally, the table structure was modified to include a new column for class, which was later altered to change its data type.