Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: sql question

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.

http://dev.mysql.com/doc/refman/5.1/en/create-table.html

Skip to toolbar