What is clustered index sql?



What is clustered index sql?..

Answer / 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

More SQL PLSQL Interview Questions

Can we perform dml in function?

1 Answers  


How you will create Toad Function?

1 Answers  


What are the types of variable use in pl sql?

1 Answers  


How does a trigger work?

1 Answers  


Why is there a need for sqlcode and sqlerrm variables?

1 Answers  


What is a self join ?

6 Answers   BirlaSoft,


What is t sql used for?

1 Answers  


Explain what is rdbms?

1 Answers  


How insert into statements in sql?

1 Answers  


How would you pass hints to the sql processor?

1 Answers  


Mention what is the function that is used to transfer a pl/sql table log to a database table?

1 Answers  


How does postgresql compare to oracle/db2/ms sql server/informix?

1 Answers  


Categories