Computer Science
Fill in the blanks:
The _________ 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.
Related Questions
Fill in the blanks:
A database _________ controls the connection to the database. It represents a unique session with a database connected from within a script/program.
Fill in the blanks:
A _________ is a special control structure that facilitates the row by row processing of records in the resultset, i.e., the set of records retrieved as per query.
Fill in the blanks:
After importing mysql.connector, first of all _________ is established using connect().
Fill in the blanks:
After establishing database connection, database _________ is created so that the sql query may be executed through it to obtain resultset.