Which statement modifies existing records in a table?

SQL Fundamentals Easy

SQL Fundamentals — Easy

Which statement modifies existing records in a table?

Key points

  • UPDATE is specifically designed to change data in a table.
  • MODIFY, ALTER, and CHANGE do not perform the same function as UPDATE in SQL.
  • UPDATE is crucial for updating records with new information.

Ready to go further?

Related questions