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
What are the string functions in sql?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
How much does sqlite cost?
what is a view? : Sql dba
Why indexing is needed?
How do you update a sql procedure?
What is normalization sql?
How to install oracle sql developer?
What is the difference between database trigger and stored procedure?
Explain the uses of database trigger.
Explain raise_application_error.
What is scalar function?
what is the difference between char_length and length? : Sql dba
How does index help in query performance?
What are views in sql?