Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: default index type
Peter Erickson wrote:
> Could anyone please tell me what the default type of index is created when
> using the 'CREATE INDEX...' statement? I am having troubles finding the
> answer for a college class that I am taking. Any help that you could give
> me, I'd really appreciate it. Thanks in advance.
>
> SELECT INDEX movie_yr ON movie(yr);
> Would this create an index using a hash or what?
>
> Again, thanks in advance.
B*Tree.
Daniel Morgan Received on Tue Nov 19 2002 - 10:09:09 CST
![]() |
![]() |