Which of the following keywords is used to display non-repeated values in MySQL?
Distinct
Reason — The DISTINCT keyword is used to display the unique values of the column in MySQL.
DISTINCT