Computer Science
With creation of a database connection object from within a Python program, a unique session with database starts.
Python MySQL
3 Likes
Answer
True
Reason — A database connection object controls the connection to the database, representing a unique session initiated from within a script or program.
Answered By
1 Like
Related Questions
Fill in the blanks:
_________ method creates a cursor from within Python.
Fill in the blanks:
_________ method executes a database query from within Python.
The sql query upon execution via established database connection returns the result in multiple chunks.
The cursor.rowcount gives the count of records in the resultset.