what is indexing, searching and user interface?
Answer Posted / suman
what is indexing
An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each value that appears in the indexed columns. By default, Oracle creates B-tree indexes.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you select unique values in sql?
How do I start pl sql?
what is acid property in database? : Sql dba
What is 19 null in sql?
Explain the uses of control file.
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What is pl sql script?
What is data type in database?
What is the use of function "module procedure" in pl/sql?
How many types of indexes are there in sql?
what is denormalization. : Sql dba
What do you mean by field in sql?
What is difference between left and right outer join?
What plvcmt and plvrb does in pl/sql?
explain the difference between myisam static and myisam dynamic. : Sql dba