In several examples now I have seen the KEY command in mysql used, for example
I have searched in the mysql manual but I can’t seem to find it. It is driving me nuts… can you help me understand what it is, what it does and the syntax to use with it?
<snip>
KEY is normally a synonym for INDEX. The key attribute PRIMARY KEY can also be specified as just KEY when given in a column definition. This was implemented for compatibility with other database systems.
</snip>
So if it is non-standard, why have I seen in in two places people are describing how to set up mysql databases? One of them as mentioned above on Sitepoint? I am still curious.