Which of the following categories describes commands used to extract information from a database?
Correct Answer: D
DML stands for Data Manipulation Language, which is a category of commands used to extract information from a database, such as SELECT, INSERT, UPDATE, and DELETE. These commands allow a programmer to query, modify, and delete data from tables and views in a database. DDL stands for Data Definition Language, which is a category of commands used to create and modify the structure of a database, such as CREATE, ALTER, and DROP. These commands allow a programmer to define tables, views, indexes, and other objects in a database. DDR stands for Data Recovery Language, which is not a standard category of commands in SQL (Structured Query Language), the most common language for interacting with databases.
DLL stands for Dynamic Link Library, which is not related to databases at all. It is a file format that contains executable code and resources that can be used by multiple applications on Windows operating systems. References: CompTIA IT Fundamentals (ITF+) Study Guide: Exam FC0-U61, Second Edition, Chapter 4: Software Development Concepts, page 142