91-9990449935 0120-4256464 |
SQL DELETE ROWLet us take an example of student. Original table:
If you want to delete a student with id 003 from the student_name table, then the SQL DELETE query should be like this: Resulting table after SQL DELETE query:
Next TopicSQL Delete All rows
|