With creation of a database connection object from within a Python program, a unique session with database starts.
Answer
True
Reason — A database connection object controls the connection to the database, representing a unique session initiated from within a script or program.