Thread: What is DDL
View Single Post
  #5 (permalink)  
Old 07-17-2008, 06:21 AM
akp.mca akp.mca is offline
Member
 
Join Date: Jul 2008
Location: West Bengal,India
Posts: 48
Default

SQL statements are divided into two major categories: data definition language (DDL) and data manipulation language (DML).

DDL statements are used to build and modify the structure of your tables and other objects in the database. When you execute a DDL statement, it takes effect immediately.

ex: create statement,modify statement
Reply With Quote