2nd October 2019

techtarget
15

What are the commands in DDL?

Data Definition Language (DDL) is a standard for commands that define the different structures in a database. DDL statements create, modify, and remove database objects such as tables, indexes, and users. Common DDL statements are CREATE, ALTER, and DROP.

What is DDL command in SQL?

DDL refers to "Data Definition Language", a subset of SQL statements that change the structure of the database schema in some way, typically by creating, deleting, or modifying schema objects such as databases, tables, and views. Most Impala DDL statements start with the keywords CREATE , DROP , or ALTER .
Write Your Answer

Rate

94% people found this answer useful, click to cast your vote.

4.7 / 5 based on 3 votes.

Bookmark

Press Ctrl + D to add this site to your favorites!

Share