Hey guys,
My MCSE book mentions that if you have a table with one clustered index and the rest of the columns have nonclustered, its said to be "covered"
Well, if I had a table with 5 columns, 1 clustered and 2 nonclustered, would it still be considered composite/"covered", or does that only apply to indexes that cover the ENTIRE table so the table never actually gets accessed in queries?
Sorry if thats wrong; thats how I read the book, and just need some clarification

thanks,
D'Arcy
My MCSE book mentions that if you have a table with one clustered index and the rest of the columns have nonclustered, its said to be "covered"
Well, if I had a table with 5 columns, 1 clustered and 2 nonclustered, would it still be considered composite/"covered", or does that only apply to indexes that cover the ENTIRE table so the table never actually gets accessed in queries?
Sorry if thats wrong; thats how I read the book, and just need some clarification
thanks,
D'Arcy