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» <html><body><p>The correct choice is (c) Insert<br/><br/>To <a href="https://interviewquestions.tuteehub.com/tag/elaborate-967511" style="font-weight:bold;" target="_blank" title="Click to know more about ELABORATE">ELABORATE</a>: Alter Table will <a href="https://interviewquestions.tuteehub.com/tag/change-913808" style="font-weight:bold;" target="_blank" title="Click to know more about CHANGE">CHANGE</a> the <a href="https://interviewquestions.tuteehub.com/tag/structure-1230280" style="font-weight:bold;" target="_blank" title="Click to know more about STRUCTURE">STRUCTURE</a> of the table.</p></body></html>


Discussion

No Comment Found

Related InterviewSolutions