index -
07-28-2008
, 09:15 AM
Hi all,
I read the following in a book
1) we can have several non clustered indexes on a table , but we can
have only one clustered index per table
2) index on the primary key can be clustered or non clustered
now my question is
1) by default what sort of indexing is used in oracle ? |