What are the types of indexes available with SQL Server?
Answers were Sorted based on User's Feedback
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 |
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 |
How to replace null values in expressions using isnull()?
Explain the steps to use transact-sql cursor?
What can be used instead of trigger?
What is the sql case statement used for? Explain with an example?
Mention the 3 ways to get a count of the number of records in a table.
What are date and time data types in ms sql server?
What do you understand by physical_only option in dbcc checkdb?
List out a number of the wants to setup a SQL Server failover cluster?
What is the use of RDBMS?
how you can move data or databases between servers and databases in sql server? : Sql server administration
How to remove duplicate rows from table except one?
What is the difference between for xml raw and for xml auto?
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)