Abhiman LAB
Abhiman LAB
ASSIGNMENT
Abhiman Singh-
E23CSEU0174
Questions:
1. Create a database named as Bennett University.
2. Create three tables named as courses, instructors,
students.
3. Display all columns of the table courses.
4. Display all students who are in semester 3.
5. Find all records in the instructor table with null values in
name column.
6. Find students in the 3 rd semester and age above 18.
7. Find all the instructor whose department is either CSE or
MBA.
8. Add a column name as blood group in student table.
9. Delete the recently added column in the student table.
10. Change datatype of any column.
11. Change the column name of any table.
12. Delete the students whose age is >30.