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

Best explanation: When we execute any query, the first step is authentication (PASSWORD). Second step for data definition mechanism, the THIRD step is for Data MANIPULATION and the LAST is optimizer for efficient execution.



Discussion

No Comment Found

Related InterviewSolutions