In php myadmin it says it is no use in defining auto increment column as primary key for table. you can remove primary key constrain. (since both do the same job like).
Is this true. should I remove primary key constrain?
won’t it good to have a primary key column for where clause rather than auto increment column
Keep The PK constraint. It will save you from some trouble: