sql:delete
SQL - DELETE
Delete data from a table
DELETE FROM Students WHERE rollno = 1234;
sql/delete.txt · Last modified: 2022/07/08 08:56 by 185.92.25.28
DELETE FROM Students WHERE rollno = 1234;