What is Covering Indexes?
Plz explain with example

Answer Posted / virgilio

A covering index is when you run a Query and you use an
indexed field in you where Clause:

*--Primary Key Creates aclustered Index
Create table Students
(
Studentid int Primary Key not Null, *
StudentName Nvarchar(20) Null,
StudentLastName Nvarchar(20) Null
)

Se;ect * from Students where StudentID = 20

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between migration and upgradation in sql server?

793


What is partition in sql server?

713


What command do we use to rename a db, a table and a column?

664


What are the difference between data mart and data warehouse? : sql server analysis services, ssas

706


Tell me about joins in database system and explain each in detail.

802






What is rolap and its advantage? : sql server analysis services, ssas

937


Do you know what is a linked server in sql server?

712


What is sql server used for?

727


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

1914


What are sql server procedures?

733


How to search for a string in all stored procedure in sql server?

738


How to create an identity column?

848


Is resultset an interface?

716


What is sqlservr.exe - process - sql server (sqlex?press)?

791


What happens if strings are casted into wrong code pages in ms sql server?

824