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 are indexes in sql?



What are indexes in sql?..

Answer / guest

Indexes improve database performance by allowing faster retrieval of records.
Types of indexes:
• Clustered Index – Reorders table records for faster access.
• Non-Clustered Index – Stores index separately for faster lookups.
• Unique Index – Ensures all values in a column are unique.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is key set driven?

0 Answers  


How to create an multi-statement table-valued function?

0 Answers  


How to read 2nd highest sal from EMP table?

5 Answers   IBM, TCS,


What is single-user mode and what are the steps you should follow to start sql server in single-user mode?

0 Answers  


What are commonly used mssql functions in php?

0 Answers  


Please tell me some knowledge about Clustering and how to add clustering?

1 Answers  


What are a scheduled jobs or what is a scheduled tasks?

0 Answers  


What is named calculation? : sql server analysis services, ssas

0 Answers  


What value could be assigned to Varchar Type?

3 Answers  


Differentiate between ms sql server reporting services vs crystal reports?

0 Answers  


there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration

0 Answers  


What are different types of table joins?

0 Answers  


Categories