CBSE Class 12 Computer Science Question 38 of 47

Interface Python with SQL — Question 1

Back to all questions
1
Question

Question 1

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

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.