noun
data description language; DDL
Technical computing term for a language used to define data structures, often in database or markup contexts.
SQLのCREATE TABLE文はデータ記述言語の一種です。
The SQL CREATE TABLE statement is a kind of data description language.
データ操作言語 (DML) is for manipulating data, while データ記述言語 (DDL) is for defining data structures.
Compound of データ (data) + 記述 (description) + 言語 (language), a direct calque of the English term 'data description language'.