InterviewSolution
Saved Bookmarks
| 1. |
Select the sequence for how the query mechanism works?(a) Authentication-> DDL->DML->query optimizer->output(b) DDL->DML->query optimizer-> Authentication->output(c) DML->query optimizer-> Authentication-> DDL-> output(d) All of the mentionedThis question was posed to me in my homework.This interesting question is from Query Mechanics topic in section Query Optimization of MySQL |
|
Answer» Right answer is (a) Authentication-> DDL->DML->query optimizer->output |
|