Give the reasoning behind using an index.
Answers were Sorted based on User's Feedback
Answer / pradeeshkumar
Its as simple as why do we need an index page in front of a
book. Whenever we wish to read a scpecific text from the
book, we'll first check the index and locate where that
specific text is. Similarly when create an index it enables
the queries to locate praticular row or entity in a table
by directly refering to the index instead of searching the
entire table. Whenever a table is created with a primary
key, an index ia automatically created on the primary key
column which makes easier access of table entries. When you
execute query say( select * from student where
student_id=10;), your query will first hit the index
(primary index on primary key column) and then will retrive
the corresponding row from the table. If there's no such
entry in the table, it'll return an empty result set
without searching the table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Its as simple as why do we need an index page in front of a
book. Whenever we wish to read a scpecific text from the
book, we'll first check the index and locate where that
specific text is. Similarly when create an index it enables
the queries to locate praticular row or entity in a table
by directly refering to the index instead of searching the
entire table. Whenever a table is created with a primary
key, an index ia automatically created on the primary key
column which makes easier access of table entries. When you
execute query say( select * from student where
student_id=10;), your query will first hit the index
(primary index on primary key column) and then will retrive
the corresponding row from the table. If there's no such
entry in the table, it'll return an empty result set
without searching the table.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is database schema?
Differentiate between writeoff and receipt writeoff. : oracle accounts receivable
What command would you use to encrypt a PL/SQL application?
What is the use of transaction flexfield in autoinvoice? : oracle accounts receivable
as a technical developer in oracle applications which type errors feced in your experience sofar
i want to know about the javaBean.what is its purpose and how it can use in Forms.
Hey i want to join oracle apps so will you pls tell me that which institute is best in hyderabad.
what is domain in database and its benefits?
how can we add a field to the oracle standard forms through Form Persanlization or custom.pll
statement string in open is null or 0 length ORA-40735
what is debit memo and credit memo in AR?
how can it possibble to see the report output in excel sheet in oracle applications