CBSE Class 12 Computer Science Question 7 of 46

Interface Python with MySQL — Question 2

Back to all questions
2
Question

Question 2

What is a connection ?

Answer

A connection (database connection object) controls the connection to the database. It represents a unique session with a database connected from within a script/program.