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
How do I change mysql password?
What is row locking in mysql?
How can we convert between Unix & MySQL timestamps?
What is clob datatype?
Write command to import an mysql file?
HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE
What is the use of mysqli_fetch_array?
Is there a free mysql?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
What is blob storage?
How do I create a database in mysql workbench?
How you will show all data from a table.
How do I create a new database in mysql?
What is the default port for mysql and how it can change?
How do I install mysql on windows 10?