Page 94 - IPP-12-2024
P. 94

i)     Create a student table with the student id, name, and marks as attributes where the
                       student id is the primary key.















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
















                iii)    Delete the details of a particular student in the above table.

                       Delete from student where student_id = 103;











                iv)    Use the select command to get the details of the students with marks more than 80.
   89   90   91   92   93   94   95   96   97   98   99