Detailed explanation and options for the selected question.
INSERT INTO is used to add a new row to a table. UPDATE modifies existing rows, ADD ROW is invalid, and ALTER TABLE changes table structure.