Multiple choice Which of the following statements is correct about data control language (DCL)? It is used to define the end of a transaction. It defines change and drops the structure of a table. It is used to modify and delete data from a table. It has SELECT as a SQL keyword. It can remove all rows from a table. Reveal answer Fill a bubble to check yourself A Correct answer Explanation Data control line (DCL) is a type of SQL statement. It is used to provide control over the data in a database and to define the end of a transaction.