Which SQL statement is used to insert new data in a database?

  1. ADD RECORD

  2. ADD NEW

  3. INSERT

  4. INSERT NEW


Correct Option: C

AI Explanation

To answer this question, you need to understand SQL statements for inserting new data into a database. Let's go through each option to understand why it is correct or incorrect:

Option A) ADD RECORD - This option is incorrect because there is no SQL statement called "ADD RECORD" to insert new data in a database.

Option B) ADD NEW - This option is incorrect because there is no SQL statement called "ADD NEW" to insert new data in a database.

Option C) INSERT - This option is correct because the SQL statement "INSERT" is used to insert new data into a database. The INSERT statement allows you to specify the table name and the values for the columns you want to insert data into.

Option D) INSERT NEW - This option is incorrect because there is no SQL statement called "INSERT NEW" to insert new data in a database.

The correct answer is C) INSERT. This option is correct because the INSERT statement is used to insert new data into a database.

Find more quizzes: