Computer Science
Fill in the blanks:
A connectivity package such as _________ must be imported before writing database connectivity Python code.
Python MySQL
2 Likes
Answer
mysql.connector
Answered By
2 Likes
Related Questions
Fill in the blanks:
The _________ returns how many rows have been fetched so far using various fetch methods.
Fill in the blanks:
The running of sql query through database cursor results into all the records returned in the form of _________.
Fill in the blanks:
_________ method establishes a database connection from within Python.
Fill in the blanks:
_________ method creates a cursor from within Python.