Synthetic Primary Key (Sequence Number) vs Natural Primary Key
I am wondering whether Sequence Number is better than Primary Key. I found some tables use sequence number only, some tables use primary key only, and some tables use both. Can anybody give me a clue, which one should i use when creating a table? tx , in advance.
Edited by: 1B on May 3, 2012 9:07 PM