Answer Posted / venu gopal
create table <table name> [<column1> datatype,.....]
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is oracle the best database?
What is an oracle database table?
Explain what are the type of synonyms?
What privilege is needed for a user to query tables in another schema?
Give the various exception types.
How to build data dictionary view an new database?
How to loop through a cursor variable?
Can you tell me how to add new column in existing views?how?How is possible?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
What are data pump export and import modes?
How do I spool to a csv formatted file using sqlplus?
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'));
Explain a data segment?
State any two functions of oracle?
What is data block in Oracle?