hi,
I am having table which contains more than 5,00,000 records. Using where condition i retreive the wanted records.But , I used five columns in where conditons .All the five columns are indexed columns. while executing query, Its take long time of execution... I know ,because of Indexed columns , its take long time of excution..How to reduce the execution time for that query....