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
What is recursive stored procedure?
What are the types of operators available in sql?
What is a temporal table?
What is the difference between sum and count in sql?
how to convert character strings to numeric values? : Sql dba
What is the difference between truncate and drop statements?
Explain character-manipulation functions?
What is the difference between function and procedure in pl/sql?
What is a primary key? Explain
What is sql engine in oracle?
how to install mysql? : Sql dba
What is the difference between cluster and non-cluster index?
Explain isolation levels. : Transact sql
How to pronounce postgresql?
How can you tell the difference between an index and a view?