Function
sql
delete-records &key from where database =>
A database table.
An SQL conditional statement.
A database.
delete-records function deletes rows from a table specified by from in which the where condition is true. The argument database specifies a database from which the records are to be removed, and defaults to*default-database*. insert-recordsupdate-records