adspace
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
What is the current version of sql?
Do we need to rebuild index after truncate?
how many tables will create when we create table, what are they? : Sql dba
define sql insert statement ? : Sql dba
what is schema? : Sql dba
what is collation? : Sql dba
what are aggregate and scalar functions? : Sql dba
What is your daily office routine?
Can we rollback truncate?
what are all the common sql function? : Sql dba
Can we use distinct and group by together?
Is primary key clustered index?
What is the current version of postgresql?
Is primary key always clustered index?
Can delete statement be rollbacked?