Write the syntax of DML commands and in front of them write it's example which we have done in lab
1.Create a table with following schema
i) id , name, age, gender
ii) Insert 5 students details
iii) Alter a table add a department column
iv) Update the value department with cse
v) Delete a student from above table of id 'x'
vi) Display the complete table
Pdf 👇👇👇👇👇
Don't start with first table start with 2nd table such as----- use studentdetails
To download above file: click here
Sample 👇👇👇👇
0 Comments