DDL Commands in SQL - Data Definition Language (DDL) in SQL



Data Definition Language - DDL

  • DDL is used to create and modify the structure of database objects in the database.
    • CREATE (generates a new table)
    • ALTER (alters table)
    • DROP (removes a table from the database)
    • TRUNCATE (removes all the rows from the table)
ddl


Related Searches to DDL Commands in SQL - Data Definition Language (DDL) in SQL