Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: default index type

Re: default index type

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Tue, 19 Nov 2002 16:09:09 GMT
Message-ID: <3DDA621E.E624FE95@exesolutions.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US