In any case, there are three possible values for the “Key” attribute:
“If
“If more than one of the Key values applies to a given column of a table, Key displays the one with the highest priority, in the order
- PRI
- UNI
- MUL
- PRI=> primary key
- UNI=> unique key
“If
Key
is MUL
, the column is the first
column of a non-unique index in which multiple occurrences of a given
value are permitted within the column.”
“If more than one of the Key values applies to a given column of a table, Key displays the one with the highest priority, in the order
PRI
, UNI
, MUL
.”
No comments:
Post a Comment