Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
drop
.
Show all posts
Showing posts with label
drop
.
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:
6 Feb 2014
Remove auto_increment from column in mysql
›
You created a table in which the column with specific definitions in mysql. You created table column with auto incre...
3 comments:
10 Jan 2014
Difference between the delete, truncate and drop in mysql
›
DELETE in MySql: 1. The mysql command 'DELETE' is used to delete space allocated by mysql server and the st...
2 comments:
19 Dec 2013
Delete column in mysql table
›
You created a table with number of columns. Sometimes you don't need to specific column. At the time, you can ...
›
Home
View web version