-1
votes
0answers
62 views

What is meant by Clustering index and Multilevel indices? [closed]

What is meant by Clustering Index and Multilevel Indices ? I could not find much when I googled it.
2
votes
2answers
170 views

Execution plan doesn't use clustered index!

I'm using "SQL*Plus: Release 10.2.0.1.0 - Production" and have a table foo with a field fooID. I have created a clustered B+tree index on the field foodID of my table foo. And I do the following: ...