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
How do I remove sql developer from windows 10?
What is update query?
What is equi join in sql?
Is sql harder than python?
What is dml and ddl?
difference between anonymous blocks and sub-programs.
What is sqlca in powerbuilder?
How do I edit a trigger in sql developer?
Write a sql query to convert all character to uppercase after hypen.
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What is information schema in sql?
How do you declare a user-defined exception?
Compare sql & pl/sql
What is trigger types in sql?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba