Match each method with its corresponding goal:
Delete data with SQLite
Delete methods
Report a typo
Match the items from left and right columns
execute("DELETE FROM table")executemany("DELETE FROM table WHERE field=?", list_values)rollback()rowcountDelete multiple rows
Number of rows affected by the last query
Delete all entries from the table
Reverse the changes
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.