We create an index to fast the search. How it fast the
query? Do we write any special keyword with query?

Answers were Sorted based on User's Feedback



We create an index to fast the search. How it fast the query? Do we write any special keyword with..

Answer / ish

It is depend on which type of indexing u r using .
clustered or non clustered.

if u r searching one record then used nonclustered indexing.
if u r searching bulk of record then used clustered indexing

Is This Answer Correct ?    3 Yes 0 No

We create an index to fast the search. How it fast the query? Do we write any special keyword with..

Answer / laxman

we need to use indexed column in where clause

Is This Answer Correct ?    1 Yes 0 No

We create an index to fast the search. How it fast the query? Do we write any special keyword with..

Answer / nixo

In the case search is the query. How would you search in
the database? I think you will use sql query.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL Server Interview Questions

Explain about link server in sql server?

0 Answers  


What is correlated subquery in sql server?

0 Answers  


Why use “in” clause in sql server?

0 Answers  


Can you explain what is the use of custom fields in report?

0 Answers  


What happens if date-only values are provided as date and time literals?

0 Answers  






Can you name some of the dml commands in sql?

0 Answers  


What is the stored procedure?

0 Answers  


what's the difference between delete table and truncate table commands? : Sql server database administration

0 Answers  


Why can there be only one clustered index and not more than one?

0 Answers  


What are the restrictions applicable while creating views? : SQL Server Architecture

0 Answers  


What is the full form of dql?

0 Answers  


Can sql servers link to other servers?

0 Answers  


Categories