General concepts

Report a typo

Match each function with its purpose:

Match the items from left and right columns
fetchone()
fetchmany()
fetchall()
commit()
execute()
executemany()
rollback()
Save the changes
Get a list of all entries
Insert multiple entries at the same time
Reverse the changes in case of error
Get multiple entry
Execute SQL statements
Get one entry
___

Create a free account to access the full topic