CBSE Class 12 Computer Science Question 42 of 47

Interface Python with SQL — Question 5

Back to all questions
5
Question

Question 5

Update statement is used to insert data into the table.

Answer

False

Reason — The UPDATE statement is used to modify or update existing records in a table.