SQL modification of data uses three main keywords that correspond to the three categories of modification:
INSERT: Adds rows to tables
UPDATE: Modifies the column data in existing rows
DELETE: Removes rows from tables
As with SELECT, there are plenty of options to look at concerning the use of these keywords in full statements.