What is a connection ?
1 Like
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
How is database connectivity useful ?
What is a result set ?
What is the package used for creating a Python database connectivity application.
Which function/method do you use for establishing connection to database ?