Pages

Tuesday, 7 October 2014

SQL ALTER TABLE Statement

Today I am going to talk about how to ALTER table in DBMS (Database Management System). It doesn't matter what is  your DBMS I'll do some SQL queries which will match to your requirement. Simply, statement can be used to do alterations to an existing database table. We can identify those alterations as below; Add new column. Modify...
Read More