Data definition language: Difference between revisions

Content deleted Content added
Added {{Cleanup}} tag (Tw)
No edit summary
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, indexes, and users. DDL statments are similar to a computer [[programming language]] for defining [[data structure]]s, especially [[database schema]]s. DDLCommon examples statements create and modify database objects such as tables, indexes, and users. Commonof DDL statements areinclude <code>CREATE</code>, <code>ALTER</code>, and <code>DROP</code>.
 
==History==