Computer Science, asked by ahujavarun106, 8 months ago

Write SQL command to create the above table with constraints.
Insert 2 records with relevant information, in the table student
Display all the records of the table Student.
Delete the Student whose roll no. is 100
Change the Stream and Student to Computer whose roll no. in 536
View the structure of the table created by you.
Drop the table student.
Make all changes permanently​

Attachments:

Answers

Answered by sarojshyam83
2

Answer:

Write SQL command to create the above table with constraints.

Insert 2 records with relevant information, in the table student

Display all the records of the table Student.

Delete the Student whose roll no. is 100

Change the Stream and Student to Computer whose roll no. in 536

View the structure of the table created by you.

Drop the table student.

Make all changes permanently

Explanation:

please mark as brainliest answer

Similar questions