Question
Easy

SQL query and modification commands are represented in which of the following?

1
DDL
2
DML
3
HTML
4
XML
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option B
Explanation

The correct option is (2): Data Manipulation Language (DML) is the exact subset of Structured Query Language (SQL) that handles all operations on the actual data stored inside the database tables. The core purpose of DML is to manipulate the data records themselves, which directly includes two major tasks: querying and modifying. The fundamental DML commands for querying are primarily the SELECT statement, which retrieves data, and the modification commands…Read More

Sql query and modification - HTET Level 3 | Clear Cutoff