Insertion of rows should include
understanding implicit and explicit INSERT syntax
using the INSERT clause to add new data to a table (e.g., INSERT INTO [table name] [optional column list here]; VALUES [data, data, data, data]).