你使用以下T-SQL语句创建了一个数据库benet和一个表students,cre

10 查阅
你使用以下T-SQL语句创建了一个数据库benet和一个表students,createdatabasebenetcreatetablestudents(idint,stunamenchar(10))

DDL(数据定义语言)

DML(数据操纵语言)

DCL(数据控制语言)

DL(数据语言)

参考答案:

A

SQL试