Computer Science, asked by yeshikasaxena, 4 months ago

write the SQL command to delete roll no. 5 from student table class 10​

Answers

Answered by dhandedurgesh771
3

Answer:

delete from student where rollno='5';

Similar questions