Delete methods

Report a typo

Match each method with its corresponding goal:

Match the items from left and right columns
execute("DELETE FROM table")
executemany("DELETE FROM table WHERE field=?", list_values)
rollback()
rowcount
Delete multiple rows
Number of rows affected by the last query
Delete all entries from the table
Reverse the changes
___

Create a free account to access the full topic