What is DCL and what are some commands of DCL?

Discussion RoomCategory: Database&SQLWhat is DCL and what are some commands of DCL?
Mohan asked 5 years ago

What is DCL and what are some commands of DCL?”
DCL stands for Data Control Language. It is control the data in database.DCL commands are used to control the visibility of the data in the database like revoke ace permission for using data in the database.

  • Some DCL commands are:
  • COMMIT to permanently save.
  • ROLLBACK to undo the change.
  • SAVEPOINT to save temporarily.
Scroll to Top