The rows are added to the relations using _________ command.

2017

The rows are added to the relations using _________ command.

  1. A.

    INSERT

  2. B.

    UPDATE

  3. C.

    CREATE

  4. D.

    ALTER

Attempted by 164 students.

Show answer & explanation

Correct answer: A

In SQL, rows (tuples) are added to an existing relation (table) using the INSERT command. It is a Data Manipulation Language (DML) statement that allows users to populate a table with new data records. Therefore, Option A is correct.

Explore the full course: Btsc Lab Assistant