What’s the difference between a data definition language (DDL) and a query language? I assume that you mean SQL in this question. SQL stands for “Structured Query Language,” which implies (erroneously ...
DDL is a standardized language with commands to define the storage groups (stogroups), different structures and objects in a database. DDL statements create, modify and remove database objects, such ...