What is SERIAL data type in MySQL?

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


Please Help Members By Posting Answers For Below Questions

What is the maximum connection pool size?

513


What is difference between mysql and mariadb?

488


How many threads can mysql handle?

506


What is mysql57?

513


What does mysql flush privileges do?

494






Are stored procedures precompiled?

519


How do I install and use mysql?

481


What is row level locking in mysql?

516


What are enums used for in mysql?

495


How to insert dynamic values in mysql using php?

539


What are the disadvantages of mysql?

571


What are the differences between innodb and myisam engines?

469


How can you export the table as an xml file in mysql?

504


What is heap table?

630


Write a query to find duplicate rows in table?

492