What is difference between clustered and non clustered index?
Answer / Ankit Khare
{"Clustered Index": "A unique index that stores data in a specific order. Each table can have only one clustered index, and it determines the physical organization of data within the table.","Non Clustered Index": "An index that stores the data row identifiers (key values) along with some related data in a separate structure for faster query execution. Unlike clustered indexes, a table can have multiple non-clustered indexes."}
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the benefits of normalization?
What are the benefits of filtered indexes?
Why are sql functions used?
What is raid? : SQL Server Architecture
What is faster join or union?
What are the types of stored procedures in an sql server?
What is tempdb database? : SQL Server Architecture
Explain how many normalization forms?
what is meant by sql injection with example and one more question how to catch the errors in sqlserver
What is wide table?
What is merge statement?
Which tcp/ip port does sql server run on? How can it be changed?
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)