Computer Science
Part of SQL which accesses and manipulates data in tables, is called DML.
Relational Database
3 Likes
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.
Answered By
2 Likes