Deleting a Row
The SQL DELETE
statement can be used to delete rows from the database
table. The primary key of the row to be deleted can be obtained from the values in the program
record.
The SQL DELETE
statement can be used to delete rows from the database
table. The primary key of the row to be deleted can be obtained from the values in the program
record.