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
what are steps for interface? where is exchange rate defined in which table?
What is a cursor variable?
What are operators in oracle?
Does oracle database need java?
What is an oracle function?
What is bulk load in oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
Can you create a synonym without having a table?
What is flashback in Oracle?
What do you mean by cdb and pdb in oracle 12c?
List the various oracle database objects?
How to delete all rows a table 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 to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
How to load a large xml file?