In SQL, what does the term "DDL" stand for?

  • Data Definition Language
  • Data Description Language
  • Data Design Language
  • Data Display Language
DDL stands for Data Definition Language in SQL. It is used to define the structure of the database, including creating, altering, and dropping tables and defining constraints. DDL statements include CREATE, ALTER, DROP, and TRUNCATE. Understanding DDL is crucial for database schema design and management.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *