(i) What is database connectivity?
(ii)Which package must be imported in Python to create a database connectivity application
Answers
Answered by
6
Answer:
(i) A Database connection is a facility in computer science that allows client software to talk to database server software, whether on the same machine or not. A connection is required to send commands and receive answers, usually in the form of a result set.
(ii) There are multiple packages available through which database connectivity applications can be created in Python. One such package is mysql.
I hope it is helpful
Similar questions