What is an index and types of indexes. How many number of
indexes can be used per table ?
Answer Posted / sandip kumar chaturvedi
index is a data structure that improve the operation on
table.there are two types of index.
1) ordered index.
2) hashed index.
up to 249 clustered indexes per table.
| Is This Answer Correct ? | 20 Yes | 33 No |
Post New Answer View All Answers
Does sql between include endpoints?
How can use stored procedures in sql?
what is a constraint? Tell me about its various levels. : Sql dba
what is sp_pkeys? : Transact sql
What is pl sql collection?
What is delimiter sql?
how to see the create table statement of an existing table? : Sql dba
Can cursors be part of a trigger body?
Which query operators in sql is used for pattern matching?
What is sql select statement?
What is a relationship and what are they?
Where do we use pl sql?
What is database sql?
explain normalization concept? : Sql dba
explain the difference between myisam static and myisam dynamic. : Sql dba