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?

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)



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Steve

Steve

I believe the answer is DDL cause they ask for database structures…

Ivo

Ivo

Yes Steve, They ask for the ‘language’ that changes the databaseitems: So Alter, Create, Drop etc… Thats DDL.

Doc

Doc

B- is the answer.

Tony

Tony

I disagree, DML has the following functions, select, update, delete, insert. DDL has create, alter, drop and truncate. The answer is DDL