Detailed explanation and options for the selected question.
UPDATE modifies existing rows in a table. ALTER TABLE changes table structure, INSERT INTO adds rows, and DELETE removes rows.