What is an Index ?
Answers were Sorted based on User's Feedback
Answer / rahul
indexing a table is access stretagy. its a way to sort and
search record in the table. its a faster way of retreving
records.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / orawhiz
An Index is an optional structure associated with a table to
have direct access to rows,which can be created to increase the
performance of data retrieval. Index can be created on one
or more columns of a table.
| Is This Answer Correct ? | 2 Yes | 0 No |
How would you go about verifying the network name that the local_listener is currently using?
17. Display the order number and average item cost for each order.
where do i find oracle interview questions.
What is an oracle cursor variable?
How to invoke the data pump export utility?
 How to use an oracle sequence generator in a mapping?
Explain a segment?
can we pass two out parameters at a time in function?please answer to my question
What are the limitations of check constraint?
What privilege is needed for a user to delete rows from tables in another schema?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
in account table account type amount ac1 credit 300 ac2 debit 5000 ac3 credit 3000 ac1 debit 4000 ac3 debit 2000 ac2 credit 4000 write a query how to get sum of credit & sum of debit