The rows are added to the relations using _________ command.
2017
The rows are added to the relations using _________ command.
- A.
INSERT
- B.
UPDATE
- C.
CREATE
- 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.