Question
Easy

Which of the following provides the ability to query information from the database and insert tuples into, delete tuples from, and modify tuples in the database ?

1
DML (Data Manipulation Language)
2
DDL (Data Definition Language)
3
Query
4
Relational Schema
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option A
Explanation

The correct option is (1): DML (Data Manipulation Language) is the correct answer because it is the specific subset of the Structured Query Language (SQL) designed explicitly for managing the data stored within a relational database. The question describes the four fundamental operations of DML: querying information using the SELECT command, inserting new records (tuples) using INSERT, deleting existing records with DELETE, and modifying records via UPDATE. These four commands…Read More

Which of the following - HTET Level 3 | Clear Cutoff