adspace


What is clustered index sql?

Answer Posted / Abhinav Tripathi

"Clustered Index in SQL is a type of index that organizes data in the table itself based on an indexed column or key. Unlike non-clustered indexes, which store the index entries separately from the actual data, a clustered index stores the data records themselves in a specific order defined by the index key."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of sql?

1094


Do we need to rebuild index after truncate?

1138


how many tables will create when we create table, what are they? : Sql dba

1144


define sql insert statement ? : Sql dba

1098


what is schema? : Sql dba

1147


what is collation? : Sql dba

1229


what are aggregate and scalar functions? : Sql dba

1129


What is your daily office routine?

2346


Can we rollback truncate?

1074


what are all the common sql function? : Sql dba

1131


Can we use distinct and group by together?

1133


Is primary key clustered index?

1019


What is the current version of postgresql?

1178


Is primary key always clustered index?

1095


Can delete statement be rollbacked?

1054