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
Is mysql running ubuntu?
How many concurrent queries can mysql handle?
What is the use of innodb in mysql?
What is unique key in mysql?
How do I install mysql?
What is the purpose of using ifnull() function?
How to enter numeric values as hex numbers?
How to get the number of rows selected or affected by a sql statement?
How many entries can mysql handle?
What is mysql slow query?
Can we store images in mysql database?
Can we store files in mysql?
How do I find the size of a mysql database?
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?
What is full form of xampp?