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
Why mongodb is faster than mysql?
What is slow query log in mysql?
Define REGEXP?
Where is the mysql database stored?
What is a transaction? Describe mysql transaction properties.
How would you get the current date in mysql?
how we will Show selected records sorted in an ascending (asc) or descending (desc).
What is mysql database used for?
What is bdb (berkeleydb)?
What is data node in mysql cluster?
What is use of mysql?
What is mysql community server?
how you will Create a database on the mysql server with unix shell.
What is mysql uuid?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.