Answered Questions

  • What is DDL, DML?

    SHIMAR

    • Apr 17th, 2012

    DDL is used to create, alter and truncate
    DML is used to insert, update, delete and drop

    Venki

    • Dec 19th, 2011

    DDL means "Data Definition Language". SELECT, UPDATE, INSERT belong to DML, which is "Data Modification Language". DDL is all the other commands -- for example, CREATE TABLE.