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

How big is a blob mysql?

497


What is blob and text in mysql?

609


What is difference between mysqli and pdo?

467


How can we convert between Unix & MySQL timestamps?

462


Write command to import an mysql file?

511






Can we write pl sql mysql?

501


What is mysql good for?

477


What is 1nf 2nf 3nf?

504


What is a join in mysql?

487


What is difference between mysql and mysqli?

480


What is sharding in mysql?

509


How to control the max size of a heap table?

551


Can I use mariadb instead of mysql?

489


What is general log in mysql?

460


How do I add a column to a table in mysql?

471