Is It Possible to have a primary key and auto increment key associated to two fields respectively?
- by Parth
Is It Possible to have a primary key and auto increment key associated to two fields respectively?
Like wise, In a table there are 3 fields, say, ID, name and age..
Then is it possible that "ID is autoincrment key and name is primary key"?