Options:
- used to insert new records in a table
- can only be used to insert a single record
- can only be used to specify values to be inserted
- can be used to specify both the column names and the values to be inserted
- can only be used to insert integer data type values