Scenario: A data analyst wants to add new data to an existing database table. Which SQL statement should they execute?

  • INSERT INTO
  • UPDATE
  • ADD
  • MODIFY
The correct option is 'INSERT INTO'. This SQL statement is used to add new rows of data into an existing database table. It allows the data analyst to insert specific values into specified columns or insert values from a SELECT statement into the table. 
Add your answer
Loading...

Leave a comment

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