Computer Science
Fill in the blanks:
A _________ refers to a logical set of records that is fetched from the database.
Python MySQL
2 Likes
Answer
Resultset
Answered By
2 Likes
Related Questions
Fill in the blanks:
_________ methods will return only one row from the result set in the form of a tuple containing a record.
Fill in the blanks:
_________ method returns the result set in the form of tuples containing the records or rows returned by the SQL table.
Fill in the blanks:
A session between the application program and the database is called _________.
Fill in the blanks:
A _________ is a special control structure that facilitates the row-by-row processing of records in the result set.