what is the syntax of CREATE command?

Answer Posted / anand

create table tablename(
columnn1 (data type)
columnn2 (data type)
columnn3 (data type)
columnn4 (data type)
);

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between a procedure and a function?

823


How to count groups returned with the group by clause in oracle?

832


Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.

1876


How do I escape a reserved word in oracle?

881


What is the difference between substr and instr?

725


What is an oracle transaction?

794


What is concurrency in oracle?

761


State all possible different index configurations a table can possibly have?

783


How to load excel data sheet to oracle database

769


I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?

2221


Why do we need oracle client?

691


How to create a table interactively?

755


What are the restrictions on external table columns?

803


How to assign data of the deleted row to variables?

816


How to define a variable of a specific record type?

856