Sql create record in table. Removing records from SQL database. Insert one line

General syntax:

a) inserting one new row into the table:

INSERT<таблица> [(columns)]

VALUES (values)

b) Inserting one or more rows into the table, taken from the source specified in the subquery:

INSERT<таблица> [(columns)]