Answer Posted / simon mahony
Check for yourself in the official docs at:
http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.html
This states:
SERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE.
SERIAL DEFAULT VALUE in the definition of an integer column is an alias for NOT NULL AUTO_INCREMENT UNIQUE.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What is current version of mysql?
How do I insert an image into mysql workbench?
How can you export the table as an xml file in mysql?
What is the current root password of mysql?
What is datadir?
What is delimiter in mysql?
How to rename an existing column in a table?
Give string types available for column?
How many rows can a mysql table hold?
Write a query to find duplicate rows in table?
What is pragma autonomous_transaction?
What is 'mysqlcheck'?
How to use mysqldump to create a copy of the database?
What does mysql_query return?
What is a tinyint in mysql?