Can a MySQL table have multiple primary keys?
Can a MySQL table have multiple primary keys? No, we can’t. A table can have only one Primary Key. The Primary Key can be defined on a single column or more than one columns. If the Primary Key is defined using more that one column, it is known as a Composite Key (or Composite Primary […]