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

Is mysql running ubuntu?

665


How many concurrent queries can mysql handle?

656


What is the use of innodb in mysql?

690


What is unique key in mysql?

701


How do I install mysql?

667


What is the purpose of using ifnull() function?

711


How to enter numeric values as hex numbers?

718


How to get the number of rows selected or affected by a sql statement?

685


How many entries can mysql handle?

730


What is mysql slow query?

710


Can we store images in mysql database?

669


Can we store files in mysql?

669


How do I find the size of a mysql database?

674


i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?

2372


What is full form of xampp?

798