Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is SERIAL data type in MySQL?

Answer Posted / simon mahony

Check for yourself in the official docs at:
http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.html

This states:
SERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE.

SERIAL DEFAULT VALUE in the definition of an integer column is an alias for NOT NULL AUTO_INCREMENT UNIQUE.

Is This Answer Correct ?    16 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between now() and current_date()?

1020


How many rows we can insert in a mysql table?

1000


How do I backup mysql database on linux?

969


How to get nth highest salary from table in a mysql?

995


What are the differences between mysql vs sql server?

1122


In which language it is written?

1004


What is the use of pdo?

994


What is insert query in mysql?

950


How do I download a mysql community server?

926


What is auto increment in mysql?

1010


What is cursor in mysql?

943


How to increment dates by 1 in mysql?

1079


Is mysql a database?

992


Is blocked because of many connection errors unblock with mysqladmin flush hosts?

970


How to get the current date in mysql?

1108