Deleting Records from a Table
- Last UpdatedApr 11, 2022
- 1 minute read
You can use two SQL functions to remove records from a database table.
SQL Access provides two functions to delete table records:
-
SQLClearTable() deletes records from a table.
-
SQLDelete() deletes records from a table that match a specified condition.