Is It Possible to have a primary key and auto increment key associated to two fields respectively?

Posted by Parth on Stack Overflow See other posts from Stack Overflow or by Parth
Published on 2010-04-02T06:32:04Z Indexed on 2010/04/02 6:33 UTC
Read the original article Hit count: 269

Filed under:
|

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"?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database