Computer Science

The command used for modifying the records is:

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

Python MySQL

1 Like

Answer

update()

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

Answered By

1 Like


Related Questions