Answer Posted / bhavin parikh
SERIAL is an alias for BIGINT UNSIGNED NOT NULL
AUTO_INCREMENT UNIQUE.
Reference Link :
http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.html
| Is This Answer Correct ? | 79 Yes | 8 No |
Post New Answer View All Answers
How do you connect MySQL database with PHP?
What are the applications required to support mysql?
How do I start and stop mysql server?
Is there a free mysql?
What is append query?
Write a query to create a database and a table?
How does limit work in mysql?
How to analyze tables with 'mysqlcheck'?
How to get a list of columns in an existing table?
How to make a column bigger and delete unique from table.
What you can use regular expression for in mysql? Support your answer with an example?
How to insert dynamic values in mysql using php?
How can we run batch mode in mysql?
What are triggers in mysql?
What does mysql_query return?