sorry for the late reply! I'm using mysql ver5.0. I just try to get the information from different table. Below is the result that i got
id, select_type, table, type, possible_keys, key, key_len, ref, rows, Extra
1, 'PRIMARY', 'pricezone', 'ALL', '', '', '', '', 2027, 'Using where'
2, 'DEPENDENT SUBQUERY', 'customerzone', 'ALL', '', '', '', '', 755, 'Using where'
2, 'DEPENDENT SUBQUERY', 'outletsalesman', 'index', '', 'PRIMARY', '58', '', 4591, 'Using where; Using index'
I'm new in MYSQL and the performance isquite disappoint me..
what do you think? and thanks for your reply!