

InterviewSolution
Saved Bookmarks
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» <html><body><a href="https://interviewquestions.tuteehub.com/tag/correct-409949" style="font-weight:bold;" target="_blank" title="Click to know more about CORRECT">CORRECT</a> <a href="https://interviewquestions.tuteehub.com/tag/choice-915996" style="font-weight:bold;" target="_blank" title="Click to know more about CHOICE">CHOICE</a> is (a) <a href="https://interviewquestions.tuteehub.com/tag/create-427332" style="font-weight:bold;" target="_blank" title="Click to know more about CREATE">CREATE</a> command<br/><br/>To elaborate: The CREATE TABLE <a href="https://interviewquestions.tuteehub.com/tag/statement-16478" style="font-weight:bold;" target="_blank" title="Click to know more about STATEMENT">STATEMENT</a> is used to create a table in a database.Tables are organized into rows and columns.</body></html> | |