Swipe to show menu
Which of the following statements are valid?
Select all correct answers
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