Example for Deleting data from a table based on a condition

Example:

Delete data from STUDENT table where student id =1

Query:

DELETE FROM STUDENT
WHERE STUDENT_ID =1



This entry was posted in . Bookmark the permalink.

Leave a reply