1D0-541 Exam QuestionsBrowse all questions from this exam

1D0-541 Exam - Question 26


Which subset of Structured Query Language (SQL) is used to limit access to a database or its data?

Show Answer
Correct Answer: B

The subset of Structured Query Language (SQL) used to limit access to a database or its data is Data Control Language. Data Control Language (DCL) includes commands such as GRANT and REVOKE, which are used to provide or remove user access permissions to the database and its objects.

Discussion

1 comment
Sign in to comment
dayogreatsOption: B
Jul 31, 2023

B. Data Control Language Data Control Language (DCL) in SQL is used to limit access to a database or its data by defining permissions and privileges for database users. DCL provides commands that allow database administrators to control who can perform specific operations on the database objects (e.g., tables, views, procedures) and the data within them.