ANS- There are four types of Database language, i.e. DDL, DML, DCL, and TCL which are used for reading, updating data in Database.
DDL– Data Definition Language which includes CREATE, ALTER, DROP.
DML– Data Manipulation Language which includes SELECT, UPDATE, INSERT, etc.
DCL– Data Control Language which consists of GRANT and REVOKE.
TCL– Transaction Control Language such as COMMIT and ROLLBACK.
How many types of database language exist?