Deleting Database Records
Automate database record deletion with the Database Book.
Syntax
delete {record} from the databaseExample
get a database's person whose FirstName is "John"
use the above as the records
use the first record as the person
delete the person from the databaseLast updated
Was this helpful?
