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»

The correct option is (d) CREATE

For EXPLANATION: The CREATE TABLE statement is used to create a table in a database.Tables are organized into rows and columns; and each table MUST have a NAME.



Discussion

No Comment Found

Related InterviewSolutions