CBSE Class 12 Computer Science Question 34 of 46

Interface Python with MySQL — Question 1

Back to all questions
1
Question

Question 1

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.