Question Details

Detailed explanation and options for the selected question.

What does the SQL DISTINCT keyword do?

A. Removes duplicate rows in query results
B. Orders query results in ascending order
C. Filters rows based on a condition
D. Limits the number of rows returned

Explanation:

DISTINCT removes duplicate rows in query results. It does not order results, filter rows, or limit the number of rows.