Computer Science, asked by sonam8019, 1 year ago

Write and explain the syntax of different ddl commands

Answers

Answered by rvk18
2
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 DDLstatements start with the keywords CREATE , DROP , or ALTER .
Similar questions