SQL Fundamentals — Easy
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
