How do we determine which column/s to be set when creating an INDEX?As I understand, using INDEX the query will be more faster then withoutusing INDEX.How about using INDEX if query is a JOIN query, which involved 4 tables.