Why we should have a primary key for Index Orgainzed tables, Assume
that i have a composite index on the Index orgainzed table what would
be the impact if the query is using only the second column(assume that
the composite index is based on column1,column2) in general
circumstances it will not use indexes, but in this scenario since the table
is an Index organized what would be the impact on the performance.