The _________ command is used to add new records to a table in SQL.

  • DELETE
  • INSERT
  • SELECT
  • UPDATE
The INSERT command is used in SQL to add new records (rows) to a table. It allows you to specify the values for each column in the new row or provide values for a subset of columns if the table allows NULL values or has default values defined.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *