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
Is postgresql a server?
Is json a nosql?
how can you create an empty table from an existing table? : Sql dba
Is primary key is clustered index?
How do I sort a table in sql?
What is the starting oracle error number? What is meant by forward declaration in functions?
What does cursor do in sql?
what are the disadvantages of mysql? : Sql dba
Which tcp/ip port does sql server run?
how to shut down the server with 'mysqladmin'? : Sql dba
What is the source code of a program?
What is a null value?
What is difference between hql and sql?
What is right join in sql?
Can delete statement be rollbacked?