You are on page 1of 6

Chayan Das

2023csm007
Create a view of all students in dept CSE.
 Create a view named as cse_stud for ‘CSE’ dept students having
attributes rollno, name,
hostel
 Insert a new student of CSE. Analyze the result.
 Increment parental income by Rs. 5000 (HRA).
 Delete the view.

Answer-
Create the table-

Enter values on the table


Show the table

Create view
Show the view

Inserting a new student ‘CSE’


Show the view

Increment parental income by 5000


Show the view
Drop the view

You might also like