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 |
What are the kinds of subquery?
How to delete database objects with "drop" statements in ms sql server?
What is split brain scenario in DB mirroring?
How do I perform an unattended install of sql server 2000?
difference between function and procedure
3 Answers Cognizant, HCL, TCS, Theorem,
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
What is the difference between migration and upgradation in sql server?
How much is a sql server license?
List the ways in which dynamic sql can be executed?
How do SQL server 2000 and XML linked?
Are all views updatable ?
In the primary key have a multiple field or not?
Oracle (3253)
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)