Which of the following statements are valid?
Select the correct answer
SELECT DISTINCT salary FROM employees;
SELECT DISTINCT name, DISTINCT salary FROM employees;
SELECT DISTINCT name, salary FROM employees;
SELECT DISTINCT * FROM employees;
How can we improve it?
Thanks for your feedback!
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Swipe to show menu