• azhar.iqbal499 (2/20/2014)


    Actually, when we define primary key on a table, data is stored in the physical order of primary key, We can't have two physical order in a table. This is the reason that we can't have two primary keys in a same table. Thanks

    Primary key has nothing to do with the physical order data is stored in. Keys are a logical construct not a physical one.