Is it true that in MySQL the primary key is automatically indexed?
+6
A:
Yes it is true. An index is required to enforce the unique constraint on primary keys.
Daniel Vassallo
2010-06-03 02:06:51