Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
SQL Server
« Previous
Next »
Is a composite index key always part of a covering index?
Options
- Yes
- No
CORRECT ANSWER : No
Discussion Board
Composite index
No, the composite index key is not part of a covering index. A composite index is just an index defined over more than one column. It may or may not be a covering index as well. A covering index is an index that "covers" a query. That is it supplies all information for the query so that SQL Server does not have to touch the base tables.
Prajakta Pandit 03-6-2017 07:43 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
SQL Server (40)
SQL Server (28)
SQL Server (25)
Data Warehousing (10)
Biztalk (15)
SQL Server DBA (15)
Database (30)
Database (28)
DBMS (20)
Advertisement
▲