Computer Science, asked by tanmoyvestige, 1 year ago

what is data control language


saytrisha1: ooo
saytrisha1: oooo
saytrisha1: hmm
saytrisha1: nd then
saytrisha1: ooo
saytrisha1: wch sub

Answers

Answered by Anonymous
4
Here is your answer ⤵⤵⤵⤵⤵

A data control language is a syntax similar to a computer programming language used to control access to data stored in a database.



HOPE IT HELPS YOU !!!

Anonymous: thnx
ZiyaRajput: help ful
Answered by anildeshmukh
4

data control language (DCL) is a syntax similar to a computer programming language used to control access to data stored in a database (Authorization). In particular, it is a component of Structured Query Language (SQL).


Examples of DCL commands include:


GRANT to allow specified users to perform specified tasks.

REVOKE to cancel previously granted or denied permissions.

The operations for which privileges may be granted to or revoked from a user or role apply to both the Data definition language (DDL) and the Data manipulation language (DML), and may include CONNECT, SELECT, INSERT, UPDATE, DELETE, EXECUTE, and USAGE.


In the Oracle database, executing a DCL command issues an implicit commit. Hence you cannot roll back the command.


In PostgreSQL, executing DCL is transactional, and can be rolled back.


SQLite does not have any DCL commands as it does not have usernames or logins. Instead, SQLite depends on file system permissions to define who can open and access a database.[1]

Similar questions