Which SQL statement modifies existing rows in a table?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

Which SQL statement modifies existing rows in a table?

Key points

  • UPDATE statement changes values in existing rows
  • INSERT adds new rows to a table
  • MODIFY is not a standard SQL command
  • ALTER is used to modify the structure of a table, not data

Ready to go further?

Related questions