What will happen if you query the emp table as shown below:
select empno, DISTINCT ename, Salary from emp;
Correct Answer: No values will be displayed because the statement will return an error
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More MySQL MCQ Questions