1Z0-883 Web TestEngine demo

Exit VCEDump 1Z0-883 MySQL 5.6 Database Administrator
Question 6 of 15
0% complete
Q6 Single choice

Consider the query:
Mysql> SET @run = 15;
Mysql> EXPLAIN SELECT objective, stage, COUNT (stage) FROM iteminformation
WHERE run=@run AND objective='7.1' GROUP BY objective,stage
ORDER BY stage;

Question 6 diagram

The iteminformation table has the following indexes;

Mysql> SHOW INDEXES FROM iteminformation:
Question 6 diagram

This query is run several times in an application with different values in the WHERE clause in a growing data set.

What is the primary improvement that can be made for this scenario?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in