Insert the details of a new student in the above table.

 


In this post, we are going to  Insert the details of a new student in the above table in "MySQL". This project is given by CBSE in term II Practical File.

Here is the code:

insert into student values (101, 'Anmol', 495);
insert into student values (101, 'Ram', 425);
insert into student values (101, 'Shyam', 450);
insert into student values (101, 'Ghanshyam', 475);

Post a Comment

Previous Post Next Post