Question
Easy

........... SQL command allows to make queries on the database.

1
SELECT
2
CREATE
3
DROP
4
DELETE
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option A
Explanation

The correct option is (1): The SELECT command is the fundamental and most frequently used SQL statement, and it belongs to the category known as Data Query Language (DQL). Its primary and sole purpose is to retrieve, or "query," data from one or more tables in a relational database. When a user or application needs to inspect the current state of the data—whether to find a single value, a list…Read More

Sql command allows - HTET Level 3 | Clear Cutoff