1->Create a student table that contains
sid,sname,branch,sem,dob.
2.alter the table add aggr
3->Insert rows into the table.Using various ways
of
insertion(insert)command.
4. Display the content of the table.
5->alter the student table to contain address of the student,and also modify
the size of sname.
6.rename student table as mvsrstudents.
5->delete all rows from student table (use truncate)
6->drop the mvsrstudent table