Answer Posted / swapna
we can create Index on clusters.
syntax: create index<i_name> on cluster(cluster_name);
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is catalog in Oracle?
How to upsert (update or insert into a table)?
Why do we use bulk collect in oracle?
How to add another datafile to a tablespace?
How to convert a string to a date in oracle database?
How to create a new table in your schema?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
What is difference between cartesian join and cross join?
Explain the use of indexes option in imp command.
How will you differentiate between varchar & varchar2?
What is the usage of synonyms?
How to create a single index for multiple columns?
What is ordinary table in oracle?
Is oracle the best database?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.