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