| |||||
|
How MySQL Optimizes DISTINCT More DBA job interview questions and answers at
http://dba.fyicenter.com/Interview-Questions/
(Continued from previous question...) How MySQL Optimizes DISTINCT
DISTINCT is converted to a GROUP BY on all columns, DISTINCT combined with ORDER BY will in many cases also need a temporary
table. (Continued on next question...)
Other Job Interview Questions
|
||||