Answer Posted / 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 |
Post New Answer View All Answers
How to commit the current transaction in oracle?
Why cursor variables are easier to use than cursors?
How many data types are supported?
What do you understand by a database object? Can you list a few of them?
How to define a variable to match a table column data type?
How do I reset a sequence in oracle?
What is archive log in Oracle?
What is a partition in oracle?
How can I see all tables in oracle?
What is a parameter file in oracle?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
Is java required for oracle client?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
What happens to the current transaction if a ddl statement is executed?
How to omit columns with default values in insert statement in oracle?