ExamGecko
Question list
Search
Search

Question 222 - FC0-U61 discussion

Report
Export

Which of the following categories describes commands used to extract information from a database?

A.
DDL
Answers
A.
DDL
B.
DDR
Answers
B.
DDR
C.
DLL
Answers
C.
DLL
D.
DML
Answers
D.
DML
Suggested answer: D

Explanation:

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

asked 02/10/2024
Andres Mauricio Rodriguez
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first