why cluster and non clusterindex are used in sqlserver 2000?
explain with example
Answer / venkat
Index is commonly used for faster data retrieval.We can
have only one Clustered Index and many non-clustered index
in a single table.It is known that there is some
limitations in using indexes.If a column is defined as
primary key,by default column is set to be clustered
index.All other indexes created manually in the same table
were non-clustered index.
| Is This Answer Correct ? | 3 Yes | 1 No |
what is bit data type? and what are the information that can be stored inside a bit column?
How can I tell if sql server is 32 or 64 bit?
How raid can influence database performance?
Explain Different types of Projects?
what is a cursor and what is its use?
Determine how to use the inserted and deleted pseudo tables?
What is the command dbcc checkdb used for?
What does top operator do?
Differences between Standby Vs No recovery?
what information is maintained within the msdb database? : Sql server administration
What is Outter Join?
How to create a ddl trigger using "create trigger" statements?
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)