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 |
What is Extended user-defined?
What is the downside of using udf?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What is the purpose of a table?
what is a join? : Sql server database administration
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
Do you know hot add cpu in sql server 2008?
Write a program using SQL queries to find a unique entry in a table.
What is one of the first things you would do to increase performance of a query? For example, a boss tells you that ?a query that ran yesterday took 30 seconds, but today it takes 6 minutes?
2 Answers Accenture, Merrill Lynch, Wipro,
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
What is isnull() operator?
What is clustered index
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)