Computer Science
Fill in the blanks:
_________ method executes a database query from within Python.
Python MySQL
1 Like
Answer
execute()
Answered By
1 Like
Related Questions
Fill in the blanks:
_________ method establishes a database connection from within Python.
Fill in the blanks:
_________ method creates a cursor from within Python.
With creation of a database connection object from within a Python program, a unique session with database starts.
The sql query upon execution via established database connection returns the result in multiple chunks.