Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Newbie question
>How can I index a column which has duplicates ,without having to combine the
>column with another to create composite primary key,
>
Just use
create index <index name> on <table_name>(<column_name>)
tablespace <tablespace_name>
storage (<storage_clause>).
HTH,
Rob
Received on Tue May 30 2000 - 00:00:00 CDT
![]() |
![]() |