Computer Science
Read operation on any table means to fetch some useful information from the table.
Python MySQL
3 Likes
Answer
True
Reason — A read operation in database refers to retrieving or fetching data from a table. It's aimed at accessing and obtaining useful information stored in the table.
Answered By
1 Like
Related Questions
Fill in the blanks:
_________ package can be imported in place of mysql-connector.
Fill in the blanks:
A _________ is a collection of organized information that can be easily used, managed, updated and is classified according to its organizational approach.
Use fetchall() method to retrieve only one value from a database table.
rowcount is a read-only attribute.