SQL Query to Delete data from Database

The DELETE statement allows rows to be deleted from named table by using following Command

DELETE FROM tableName
WHERE [searchcondition]

exact syntax:
Delete from staff
where staf_id=12;
 

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post