Computer Science
What is a connection ?
Python MySQL
1 Like
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.
Answered By
3 Likes