Computer Science
Fill in the blanks:
_________ method creates a cursor from within Python.
Python MySQL
1 Like
Answer
cursor()
Answered By
1 Like
Related Questions
Fill in the blanks:
A connectivity package such as _________ must be imported before writing database connectivity Python code.
Fill in the blanks:
_________ method establishes a database connection from within Python.
Fill in the blanks:
_________ method executes a database query from within Python.
With creation of a database connection object from within a Python program, a unique session with database starts.