When executing an INSERT command, you can use ___________ to specify the values to be inserted.

  • INTO clause
  • SELECT clause
  • VALUES clause
  • WHERE clause
In an INSERT command in SQL, the VALUES clause is used to specify the values to be inserted into the specified columns of a table. It allows you to define the data that will be added to the table.
Add your answer
Loading...

Leave a comment

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