Insert: Data Manipulation
Insert: Data Manipulation
Data manipulation
The Data Manipulation Language (DML) is the subset of SQL used to add, update and delete data:
Data definition
The Data Definition Language (DDL) manages table and index structure. The most basic items of DDL are
the CREATE, ALTER, RENAME,DROP and TRUNCATE statements:
Example:
http://www.theparticle.com/cs/bc/dbsys/sql.pdf