0 votes
in Oracle by

n SQL, which command is used to add new rows to a table?

(a) Alter Table

(b) Add row

(c) Insert

(d) Append

1 Answer

0 votes
by

The correct choice is (c) Insert

To elaborate: Alter Table will change the structure of the table.

...