News

Data Definition Language or DDL commands are used for changing the structure of a table. In other words, DDL commands are capable of creating, deleting, and modifying the structural information about ...
All SQL Server commands With Example. Here i am focusing main SQL commands which is mostly used in projects. 1-DDL(Data Definition Language) DDL commands includes CREATE , DROP , ALTER , TRUNCATE.