Answer Posted / Sushma
1. Clustered Index: A type of index that determines how data is physically stored in a table. Each table can have only one clustered index. 2. Non-Clustered Index: An index that stores the indexed columns along with a pointer to the actual data rows. Multiple non-clustered indexes can be created on a single table. 3. Primary Key Index (Clustered): A special kind of clustered index where the primary key columns are used as the basis for sorting and organizing the data in the table. 4. Unique Index: An index that ensures no duplicate values among its indexed columns. 5. Full-Text Index: Used to search textual data in a column or multiple columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are aggregate and scalar functions? : Sql dba
What is your daily office routine?
What is the current version of sql?
what is sql server agent? : Sql dba
What is the best sql course?
what are the advantages of sql ? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is the current version of postgresql?
How do I remove duplicates in two columns?
what is schema? : Sql dba
how to start mysql server? : Sql dba
Is primary key clustered index?
Is inner join faster than left join?
Can delete statement be rollbacked?