Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is Covering Index ?

Answers were Sorted based on User's Feedback



what is Covering Index ?..

Answer / rajesh kumar

An index is used to quickly locate the data record from
which the required data is read. In other words, the index
is only used to locate data records in the table and not to
return data.

A covering index is a special case where the index itself
contains the required data field and can return the data.

Is This Answer Correct ?    6 Yes 0 No

what is Covering Index ?..

Answer / midhu

- Index covering means that "Data can be found only using indexes, without touching the tables"

Is This Answer Correct ?    0 Yes 0 No

what is Covering Index ?..

Answer / saikat mukherjee

The observed improvement is due to the fact that the
nonclustered index contained all of the required information
to resolve the query. No Key Lookups were required. An index
that contains all information required to resolve the query
is known as a "Covering Index"; it completely covers the query.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More SQL Server Interview Questions

What is the difference between having clause and where clause in sql server?

0 Answers  


How to sort the query output with order by clauses in ms sql server?

0 Answers  


What is a functions and types in sql server?

0 Answers  


write the query for taking database backup in sql

10 Answers   ABC, IBM, Logica CMG, MA,


Can we create nonclustered index in a table without creating a clustered index

1 Answers  


Is Sql non procedural query language?

1 Answers   Verifone,


Explain transaction server consistency?

0 Answers  


What are orphan records?

0 Answers  


What is the maximum size of column in sql server?

0 Answers  


explain different types of backups avaialabe in sql server? : Sql server database administration

0 Answers  


What is a trigger and its types?

0 Answers  


Tell me what is the difference between locking and multi-versioning?

0 Answers  


Categories