When working with tables in Oracle, how do you know when you are setting up a good index versus a bad index?
A good index is something that you can rely on to be unique for a specific table row.
One commonly used index scheme is the use of numbers which increment by 1 for each row in the table. Every row will end up having a different number index.