1.

Which of the following is not included in DML (Data Manipulation Language)(a) INSERT(b) UPDATE(c) DELETE(d) CREATEI had been asked this question in an internship interview.I want to ask this question from DML Command in chapter SQL Basics of Oracle

Answer» <html><body><p>The correct option is (d) <a href="https://interviewquestions.tuteehub.com/tag/create-427332" style="font-weight:bold;" target="_blank" title="Click to know more about CREATE">CREATE</a><br/><br/>For <a href="https://interviewquestions.tuteehub.com/tag/explanation-455162" style="font-weight:bold;" target="_blank" title="Click to know more about EXPLANATION">EXPLANATION</a>: The CREATE TABLE statement is used to create a table in a database.Tables are organized into rows and columns; and each table <a href="https://interviewquestions.tuteehub.com/tag/must-2185568" style="font-weight:bold;" target="_blank" title="Click to know more about MUST">MUST</a> have a <a href="https://interviewquestions.tuteehub.com/tag/name-573193" style="font-weight:bold;" target="_blank" title="Click to know more about NAME">NAME</a>.</p></body></html>


Discussion

No Comment Found

Related InterviewSolutions