Class 12 CS Chapter 16 Ex 16.1 Solutions Sumita Arora New Syllabus / listing12CSSA, Uncategorized / By Neha 1. How is database connectivity useful ? ...click here for answer 2. What is a connection ? ...click here for answer 3. What is a result set ? ...click here for answer 4. What is the package used for creating a Python database connectivity application. ...click here for answer 5. Which function/method do you use for establishing connection to database ? connect() method ...click here for answer 6. Which function/method do you use for executing an SQL query ? execute() method ...click here for answer 7. Which method do you use to fetch records from the resultset ? ...click here for answer