Computer Science

Read operation on any table means to fetch some useful information from the table.

Python MySQL

2 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

3 Likes


Related Questions