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
What are the restrictions applicable while creating views? : SQL Server Architecture
What is difference between equi join and natural join?
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
Why do you want to join software field as you have done your BE in Electronics?
What are indexes in ms sql server?
Write a SQL query to make a column as unique?
How to create new table with "create table" statements?
What is raiseerror? What is raiseerror?
How do you open a cluster administrator?
What are binary string data types in ms sql server?
What are policy management terms?
How to create function without parameter in sql server?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
Explain how to maintain a fill factor in existing indexes?
What do you understand by the data quality services in sql server?