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.