Function
sql
execute-command sql-exp &key database =>
Any SQL statement other than a query.
A database.
execute-command executes the SQL command specified by sql-exp for the database specified by database, which has a default value of*default-database*. The argument sql-exp may be any SQL statement other than a query. query