what is Covering Index ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Why use “pivot” in sql server?
What is the importance of three tier architecture?
where can you add custom error messages to sql server? : Sql server administration
How can we determine what objects a user-defined function depends upon?
When we should use and scope of @@identity?
What is the command used to check locks in microsoft sql server?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What authentication modes does sql server support?
what are file groups?
Give main differences between "Truncate" and "Delete".
what is a traditional network library for sql servers? : Sql server database administration
Difference between Inner vs outer joins?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)