CBSE Class 12 Computer Science Question 19 of 47

Interface Python with SQL — Question 9

Back to all questions
9
Question

Question 9

The command used for modifying the records is:

  1. update()
  2. add()
  3. updateall()
  4. none of these
Answer

update()

Reason — The command used for modifying or updating the records in a table is update().