MySQL Alter Table statement is used to add, modify, drop or delete column in a table you can also...
Author - Santosh Prasad
How to :- Alter Table or Add Multiple Columns in Table? –...
Guys In this article we will learn how we can Alter Table or Add Multiple columns in Table in MySQL...
Alter Table Statement in MySQL : How to Modify Column in Table
In this article I will show you how to add modify columns in table. MODIFY COLUMN IN TABLE Syntax...
Alter Table Statement in MySQL : How to Modify Multiple Columns...
In this article I will show you how to modify multiple columns in table. MODIFY MULTIPLE COLUMNS IN...
Alter Table Statement in MySQL : How to Drop Column in Table
In this article I will show you how to drop column in table. DROP COLUN IN A Table Syntax Follow...
Alter Table Statement in MySQL : How to Rename Column in Table
In this tutorial I will show you how to rename column in a table. RENAME COLUMN IN A TABLE Syntax...
Alter Table Statement in MySQL : How to Rename Table
In this article I will show you how to rename table in MySQL. RENAME TABLE IN MYSQL Syntax Follow...
How to Install PHP Soap on CentOS 7
Soap is stands for Simple Object Access Protocol. It is a lightweight XML based protocol for...
How to Create Logical Volume for Swap
In my previous article I show you how you can safely remove your swap on Linux. As you know Swap is...
How to Install RabbitMQ on CentOS 7
RabbitMQ is an open source most popular message broker software that implements the Advanced...
How to Safely Delete Swap on Linux System
Swap is used when the amount of Random Access Memory (RAM) is full. Swap space is a portion of a...
How to Create a Linux Swap File
By default swap partition is not present on Cloud Servers, but you can add the swap to server by...
How to Remove Volume Group and Physical Volume on LVM
Essentially, adding and removing LVM will dependably includes these three logic...
How to Extend Volume Group and Logical Volume on LVM
In my previous article I show you how to resize lvm. In this article I will show you how to extend...