Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
primary key
.
Show all posts
Showing posts with label
primary key
.
Show all posts
12 Feb 2014
Primary key in mysql
›
The primary key in mysql is used to identify the unique values in table. It don't allow duplicate entries in ...
1 comment:
26 Jan 2014
Add auto_increment to existing column in mysql
›
Auto_ increment is used to increase by 1 while insert a new data to mysql table. The auto increment column must be def...
4 comments:
23 Jan 2014
Add primary key to existing column in mysql
›
Primary key is used to avoid duplicate entries in mysql table. A mysql table can have only one primary key. Creat...
1 comment:
›
Home
View web version