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 unique key in mysql?
What is a deterministic function?
What is datadir?
How do I assign a variable in mysql?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
What are the functions of mysql?
What is relational database in mysql?
How do I run mysql from command line?
What you can use regular expression for in mysql? Support your answer with an example?
How do I start mysql server?
What are ddl statements in mysql?
What is limit in mysql?
Is mysql a database?
How do you create a table in mysql workbench?
How to use regular expression in pattern match conditions?