Content deleted Content added
No edit summary Tags: Reverted Mobile edit Mobile web edit |
Mindmatrix (talk | contribs) m Reverted edits by 2402:3A80:1098:EF41:D328:8266:2C99:B149 (talk) to last version by Eevee01 |
||
Line 6:
{{Cleanup|reason=the article focuses almost entirely on SQL.|date=June 2020}}
}}
In the context of [[SQL]], '''data definition''' or '''data description language''' ('''DDL''') is a syntax for creating and modifying database objects such as tables, indices, and users. DDL statements are similar to a computer [[programming language]] for defining [[data structure]]s, especially [[database schema]]s. Common examples of DDL statements include <code>CREATE</code>, <code>ALTER</code>, and <code>DROP</code>.
==History==
|