1.

Which commanddefines its columns, integrity constraint in create table:(a) Create command(b) Drop table command(c) Alter table command(d) All of the MentionedI had been asked this question during an interview.My query is from DDL Command topic in chapter SQL Basics of Oracle

Answer» CORRECT CHOICE is (a) CREATE command

To elaborate: The CREATE TABLE STATEMENT is used to create a table in a database.Tables are organized into rows and columns.


Discussion

No Comment Found

Related InterviewSolutions