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 the types of indexes available with SQL Server?

Answers were Sorted based on User's Feedback



What are the types of indexes available with SQL Server?..

Answer / guest

There are basically two types of indexes that we use with
the SQL Server. Clustered and the Non-Clustered.

Is This Answer Correct ?    12 Yes 1 No

What are the types of indexes available with SQL Server?..

Answer / nagabhushan

Indexes are of two types,Clustered Index and non Clustered
Index,when you create Clustee index on tables all the rows
in the tables are stored in the order of the clustered
Index key,So there will one cluster index in the table.Non
Clustered Index have there own storage seperate from the
table data storage.Non Clustered Index is stored in the
form of B-trees.

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is the fastest way to permanently delete a 1 million row table named customers?

0 Answers  


What are the elements of dbms?

0 Answers  


What are the difference between “where” and “having” clause in sql server?

0 Answers  


Which are the new data types introduced in sql server 2008?

0 Answers  


Do you know the isolation level that sql server support?

0 Answers  


What are the ways available in sql server to execute sql statements?

0 Answers  


Explain steps of normalization?

0 Answers  


How to check if stored procedure is running in sql server?

0 Answers  


when you create a database how is it stored? : Sql server database administration

0 Answers  


How to perform key word search in tables?

0 Answers  


What is candidate key with example?

0 Answers  


What is compression - row-level and page-level compression?

0 Answers  


Categories