Primary Key and Index.
Do we need to create a separate index on a primary key column.
Database Version: Oracle 11G.
Example, Table A1 has 10 columns Acol1, Acol2, Acol3... Acol10.
Primary Key is on Acol1 and Acol2.
Should i create a separate index on these 2 columns other than the primary key? Else will the internal primary index help?
Database Version: Oracle 11G.
Example, Table A1 has 10 columns Acol1, Acol2, Acol3... Acol10.
Primary Key is on Acol1 and Acol2.
Should i create a separate index on these 2 columns other than the primary key? Else will the internal primary index help?
0