Database MCQ Set 1 1. To check how MySQL would execute a SELECT query, which statement is used? a) TELL b) SHOW c) DISPLAY d) EXPLAIN AnswerAnswer: d [Reason:] In MySQL, by issuing an EXPLAIN statement MySQL displays some information about how it would execute a SELECT query without actually executing it. It is prefixed…