Tell me what are the types of Indexes?
Submitted by: AdministratorIndexes can be clustered and non-clustered indexes.
Clustered index keeps all the records in the database in the order of clustered index key.
There can be only one clustered index per table.
Non-clustered indexes are stored as B-tree structure in their own storage separate from data storage in the table.
Submitted by: Administrator
Clustered index keeps all the records in the database in the order of clustered index key.
There can be only one clustered index per table.
Non-clustered indexes are stored as B-tree structure in their own storage separate from data storage in the table.
Submitted by: Administrator
Read Online Oracle DB Optimization Job Interview Questions And Answers
Top Oracle DB Optimization Questions
| ☺ | Do you have any idea what are indexes? |
| ☺ | Tell me what is Index tuning? |
| ☺ | Do you know what are the ways to code efficient transactions? |
| ☺ | Tell me what are the types of Indexes? |
| ☺ | Explain some disadvantages of the Indexes? |
Top DB Oracle Categories
| ☺ | Oracle PL-SQL Interview Questions. |
| ☺ | Oracle DBA Interview Questions. |
| ☺ | Oracle D2K Interview Questions. |
| ☺ | OCI Interview Questions. |
| ☺ | Forms Reports Interview Questions. |
