INSERT: Inserts data (rows) into an existing table using the
INSERT,
INTO, and
VALUES keywords.
- The INTO keyword indicates the table name.
- The VALUES keyword indicates what to insert.
- You can insert a partial row or an entire row.
- The NULL keyword indicates no value.