covering indexes
we create composite nonclustered index for both OrderID and when our first research is happening(Where clause), the only nonclustered index which is used is OrderID index. And then, when we pass through the second search( we can say that the seleection of indexes in composite indexes is determined according to the situation of the query at that time. Hence, is this all correct ? Best wishes,Hi,
I asked the similar question before but I have again some doubts about covering indexes.
Besides, tomorrow I have a Microsoft MCAD 70-229 exam so please help me.
In here,
SELECT * FROM Order WHERE OrderID > 12 ORDER BY OrderDate
Leftmost isOrderID.
So
So
Mert

