Deleting Database Records
Automate database record deletion with the Database Book.
Last updated
Was this helpful?
Automate database record deletion with the Database Book.
Last updated
Was this helpful?
To delete a record from the database, use the following procedure:
In the following syntax, record
is the entry in the database to be deleted. The entry needs to be previously referenced in your automation before you can delete it.
In this example:
Line 1: a database record.
Line 2: the retrieved records as the records
.
Line 3: Stores only the first record from the records
as the person
.
Line 4: Deletes the person
.