Skip to content

By urs in mysql questions

 
(Find all correct answers)
 

a) is the amount of distinct values of the column relatively high?
b) is the column used in where clauses?
c) is the column used in order by clauses?
d) is the column used in joins?

 
[ Tables and Indexes (15%) - Indexes ]
 

Tags: , ,

Comment Feed

One Response


  1. Answers:
     
    a b c d
     
    All of the listed criteria can indicate candidates for indexes.
     

You must be logged in to post a comment.