MCQ Single Best Answer Easy

QWhich DML statement is used to retrieve a distinct set of values from a column in MySQL?

ID: #15480 DML - Data Manipulation Language 92 views
Question Info
#15480Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A DISTINCT
  • B UNIQUE
  • C DISTINCT VALUES
  • D SELECT DISTINCT
Correct Answer: Option D

Explanation

The SELECT DISTINCT statement in MySQL is used to retrieve a distinct set of values from a column. It eliminates duplicate values and returns unique values only.

Share This Question

Challenge a friend or share with your study group.