What is index, cluster index and nonclustered index?
Answer / Vinay Kumar Sahu
1. Index: A database object that improves the speed of data retrieval by organizing data in a specific order.
2. Clustered Index: A type of index that sorts data physically, with only one clustered index per table. It is used as the primary key.
3. Nonclustered Index: A secondary index that does not sort data physically. It can be created for multiple columns and has a separate data structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to find which stored procedure is currently running in sql server?
What is change tracking in sql server?
How to sort the query output with order by clauses in ms sql server?
What is a unique index?
can you any body tell me simple recovery,full recovery,bulk logged recovery where can use?
Which data type can be used only on OUTPUT parameters of the stored proceduer?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
What are the advantages of using stored procedures in sql server?
SQL Server Performance Tuning for Stored Procedures & reducing debugging time?
1 Answers CarrizalSoft Technologies,
why would you call update statistics? : Sql server database administration
Difference between report and query parameter.
what is hash table
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)