Which SQL command is used to add new records to a table?

  • DELETE
  • INSERT
  • SELECT
  • UPDATE
The INSERT command in SQL is used to add new records (rows) to a table. It allows users to specify the values for each column in the table when inserting new data. This command is essential for adding data to tables and expanding the dataset in a database. 
Add your answer
Loading...

Leave a comment

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