What is a result set ?
2 Likes
The result set refers to a logical set of records that are fetched from the database by executing an SQL query and made available to the application program.
Answered By
3 Likes
How is database connectivity useful ?
What is a connection ?
What is the package used for creating a Python database connectivity application.
Which function/method do you use for establishing connection to database ?