Which category of SQL statements is used to add, remove, and modify database structures?
A.
Data access language (DAL)
B.
Data manipulation language (DML)
C.
Data control language (DCL)
D.
Data definition language (DDL)
Which category of SQL statements is used to add, remove, and modify database structures?
Which category of SQL statements is used to add, remove, and modify database structures?
A.
Data access language (DAL)
B.
Data manipulation language (DML)
C.
Data control language (DCL)
D.
Data definition language (DDL)
I believe the answer is DDL cause they ask for database structures…
Yes Steve, They ask for the ‘language’ that changes the databaseitems: So Alter, Create, Drop etc… Thats DDL.
B- is the answer.
I disagree, DML has the following functions, select, update, delete, insert. DDL has create, alter, drop and truncate. The answer is DDL