Delete a column from an existing MySQL table

Posted by & filed under MYSQL.

Delete a column from an existing MySQL table

Drop column MySql command used to delete a column from an existing MySQL table. Syntax for deleting particular column for the able is : ALTER TABLE tablename DROP column-name for example ALTER TABLE moviesite DROP movie_name where moviesite  – Table….. Read More >>>>

How To Build WordPress Theme From Scratch…….

Posted by & filed under MYSQL, PHP, WORDPRESS.

how to build wordpress theme

This tutorials deals with hello world WordPress theme development. If you are new to the wordpress development, this tutorial will be starting point to your wordpress development carrier. Before continue your wordpress development please refer my previous tutorials on how to “Install….. Read More >>>>