{"id":14,"date":"2011-06-27T07:54:53","date_gmt":"2011-06-27T07:54:53","guid":{"rendered":"https:\/\/sqlserverlearner.azurewebsites.net\/2011\/06\/27\/ddl-data-definition-language\/"},"modified":"2011-06-27T07:54:53","modified_gmt":"2011-06-27T07:54:53","slug":"ddl-data-definition-language","status":"publish","type":"post","link":"https:\/\/sqlserverlearner.com\/2011\/06\/27\/ddl-data-definition-language\/","title":{"rendered":"DDL – Data Definition Language – SQL SERVER"},"content":{"rendered":"

DDL<\/strong>:\u00a0 Data Definition Language<\/em><\/p>\n

DDL is used to create modify and delete the Objects in the database.<\/p>\n

Some of the DDL Statements include CREATE, ALTER, TRUNCATE, DROP<\/em>.<\/p>\n

DDL Statements take effect immedietly. i.e. When a ddl statement is executed its results can be seen immedietly. Hence while executing the DDL Statements the users have to be cautious of the results of the operation.<\/p>\n

What can DDL Statements Do?<\/p>\n

Following are the tasks that can be performed using DDL Statements:<\/p>\n