Is the primary key indexed and unigue by definition?
If I have a column which should be indexed and unigue, do I have to make it primary key instead of indexed and unigue?
| SitePoint Sponsor |





Is the primary key indexed and unigue by definition?
If I have a column which should be indexed and unigue, do I have to make it primary key instead of indexed and unigue?

Yes
No


yes, it is
no, you don't have to, but it would be a very good idea to do so
Bookmarks