Answer Posted / orawhiz
The related columns of the tables in a cluster is called the
Cluster Key.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to retrieve values from data fields in record variables?
1) Does oracle have any table which contain all the exceptions and it's code internally?
what is reindexing?
Please explain drop constraint oracle?
How to use "for" statements in oracle?
What is a select query statement in oracle?
Explain drop constraint oracle?
How to start a specific oracle instance?
Can we call procedure inside function in oracle?
Can a parameter be passed to a cursor?
How to invoke the original export import utilities?
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'));
What is a Garbage Collection? and what is full recursive Garbage collection?
Explain overloading. Can functions be overloaded?
How to join two tables in a single query using oracle?