CBSE Class 12 Computer Science Question 76 of 78

Relational Databases — Question 8

Back to all questions
8
Question

Question 8

Part of SQL which accesses and manipulates data in tables, is called DML.

Answer

True

Reason — A Data Manipulation Language (DML) is a language that enables users to access or manipulate data as organized by the appropriate data model. Hence, part of SQL which accesses and manipulates data in tables, is called DML. These commands include SELECT, LOCK TABLE, UPDATE, INSERT INTO, DELETE.