In this example, assume that the user submitting the request has the privileges required to delete a row from inventory.
The following DELETE statement deletes a row from a table named inventory.
DELETE FROM inventory WHERE col_1 = 12126;
In this example, assume that the user submitting the request has the privileges required to delete a row from inventory.
The following DELETE statement deletes a row from a table named inventory.
DELETE FROM inventory WHERE col_1 = 12126;