Computer Science
Fill in the blanks:
After establishing database connection, database _________ is created so that the sql query may be executed through it to obtain resultset.
Python MySQL
2 Likes
Answer
cursor
Answered By
3 Likes
Related Questions
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.
Fill in the blanks:
After importing mysql.connector, first of all _________ is established using connect().
Fill in the blanks:
The _________ returns how many rows have been fetched so far using various fetch methods.
Fill in the blanks:
The running of sql query through database cursor results into all the records returned in the form of _________.