DB-API is the standard for Python's database interface.
1 Like
True
Reason — The DB-API (Database Application Programming Interface) is the standard for Python's database interface.
Answered By
After establishing connection, execute() method is used.
fetchone() fetches the next row of a query result set.
connect() method does not require any parameters.
Which connector is used for linking the database with Python code?