Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

A _________________ index is the one which satisfies all the columns requested in the query without performing further lookup into the clustered index.

a) Clustered
b) Non Clustered
c) Covering
d) B-Tree

Answer: c
Explanation: A covered query is a query where all the columns in the query’s result set are pulled from non-clustered indexes.

Join The Discussion