Does indexing improve query performance?



Does indexing improve query performance?..

Answer / kiran r

Yes Index Improves performance of Query

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Write a query to find second highest salary of an employee.

27 Answers  


Determine if oracle date is on a weekend?

0 Answers  


Can we use the cursor's to create the collection in PL/SQL?

0 Answers   MCN Solutions,


What is a primary key example?

0 Answers  


What is the use of prepared statement?

0 Answers  






How do I create a sql database?

0 Answers  


What do you mean by “trigger” in sql?

0 Answers  


How to find only %th Highest Sal

6 Answers   Infogain, Symphony,


what is the difference between sql and t-sql? : Transact sql

0 Answers  


What is the Query to print out the individual total number of duplicate row in sql.

5 Answers   TCS,


what is the difference between nested subquery and correlated subquery?

0 Answers  


trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output trans_id trans_date trans_amt debit_credit_indicator 001 JAN 1599 cr no.of trans 2 i want trans_id and trans_date like 'JAN' or 'FEB' etc, trans_amt i want all credit amount - debit amount per each trans_id. and debit_credit_indicator and no.of transactions in a month.

1 Answers   Oracle,


Categories