What is Index Cluster ?
Answers were Sorted based on User's Feedback
Answer / swapna
we can create Index on clusters.
syntax: create index<i_name> on cluster(cluster_name);
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / nishi
A clustered index is a special type of index that reorders the way records in the table are physically stored. Therefore table can have only one clustered index. The leaf nodes of a clustered index contain the data pages
| Is This Answer Correct ? | 0 Yes | 0 No |
how to handle exceptions in post production
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep
create one table to capture an employee details with a primary key.
Does oracle database need java?
how to get count of tables in particular database in Oracle?
what are steps for interface? where is exchange rate defined in which table?
How to convert a string to a date in oracle database?
How to increment dates by 1 in oracle?
What is Trace File ?
What privilege is needed for a user to create views in oracle?
Is truncate autocommit in oracle?
Explain oracle instance.