1.

In SQL, which command is used to add new rows to a table?(a) Alter Table(b) Add row(c) Insert(d) AppendThe question was asked in a national level competition.This interesting question is from DML Command in section SQL Basics of Oracle

Answer»

The correct choice is (c) Insert

To ELABORATE: Alter Table will CHANGE the STRUCTURE of the table.



Discussion

No Comment Found

Related InterviewSolutions