What is an index and types of indexes. How many number of
indexes can be used per table ?
Answer Posted / rm thirunavukkarasu
Index is used to Retrive the Information in efficient
manner. And query processor perform reliably.
There are 3 types of Index namely
*Cluster based Index
*Non Cluster based Index
*Noncomposite Index
*Compositive Index
*Unique Index
For more info adt sql plz visit www.thiruna.blog.com
| Is This Answer Correct ? | 8 Yes | 16 No |
Post New Answer View All Answers
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
Can a view be mutating? If yes, then how?
What do you know by pl/sql cursors?
What is a trigger in sql?
What is autocommit sql?
what are myisam tables? : Sql dba
Explain character-manipulation functions?
Does inner join remove duplicates?
What is a loop in sql?
Is sql microsoft?
Why are aggregate functions called so?
How many indexes can be created on a table in sql?
what are null values? : Sql dba
what is a database transaction? : Sql dba
What is delete command in sql?