First, after the INSERT INTO , you specify the table name and a list of comma-separated columns inside parentheses. Then you put a comma-separated values of the corresponding columns inside parentheses followed the VALUES keyword.
You need to have the INSERT privilege to use the INSERT statement.
Let’s create a new table named tasks for practicing the INSERT statement.