Computer Science
Fill in the blanks:
_________ method establishes a database connection from within Python.
Python MySQL
2 Likes
Answer
connect()
Answered By
3 Likes
Related Questions
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:
A connectivity package such as _________ must be imported before writing database connectivity Python code.
Fill in the blanks:
_________ method creates a cursor from within Python.
Fill in the blanks:
_________ method executes a database query from within Python.