Now that we can create and drop tables, we need to be able to insert records into the table. The syntax for inserting a record is as follows: INSERT INTO table_name (col_1, col_2, ...col_N) VALUES ...