ExamGecko
Question list
Search
Search

List of questions

Search

Question 112 - DA0-001 discussion

Report
Export

What subset of Structured Query Language (SQL) is used to add, remove, modify, or retrieve the information stored within a relational database?

A.
DDL.
Answers
A.
DDL.
B.
DSL.
Answers
B.
DSL.
C.
DQL.
Answers
C.
DQL.
D.
DML.
Answers
D.
DML.
Suggested answer: D

Explanation:

Correct answer D. DML.

The Data Manipulation Language (DML) is used to work with the data stored in a database. DML includes the SELECT, INSERT, UPDATE, and DELETE commands.

The Data Definition Language (DDL) contains the commands used to create and structure a relational database. It includes the CREATE, ALTER, and DROP commands.

DDL and DML are the only two sublanguages of SQL.

asked 02/10/2024
javier mungaray
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first