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 an index in sql with example?
how to drop an existing view in mysql? : Sql dba
What are pl/sql cursors?
What are the indexing methods?
What are the rules to be applied to nulls whilst doing comparisons?
Can we update views in sql?
What is difference between inner join and self join?
What is difference between mysql and postgresql?
What is the difference between partitioning and sharding?
What is the difference between cluster and non-cluster index?
What is the command used to fetch first 5 characters of the string?
Are views faster than queries?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
Is trigger a stored procedure?
What is online transaction processing (oltp)?