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
Explain the difference between a procedure and a function?
How to count groups returned with the group by clause in oracle?
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.
How do I escape a reserved word in oracle?
What is the difference between substr and instr?
What is an oracle transaction?
What is concurrency in oracle?
State all possible different index configurations a table can possibly have?
How to load excel data sheet to oracle database
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?
Why do we need oracle client?
How to create a table interactively?
What are the restrictions on external table columns?
How to assign data of the deleted row to variables?
How to define a variable of a specific record type?