Question : ____________Offers the ability to query the data and insert, alter and delete tuples.
Option 1: Transaction control Language (TCL)
Option 2: Data Control Language (DCL)
Option 3: Data Definition Language (DDL)
Option 4: Data Manipulation Language (DML)
Correct Answer: Data Manipulation Language (DML)
Solution : The term "Data Manipulation Language" is an acronym. represents a group of computer languages that are specifically used to alter databases. Examples include CRUD operations, which create, read, update, and remove data. use the verbs INSERT, SELECT, UPDATE, and DELETE commands.
Hence the Correct answer is option 4