What is the first action to perform a query?
Suppose I have four tables and five joins and my query is
getting slow day by day.
Answer Posted / avi007
check the how many indexes created on join column of
tables, check the join which has been done on common column
of both tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
How do you define a foreign key?
What is over () in sql?
What packages(if any) has oracle provided for use by developers?
What is cost in sql execution plan?
what are date and time intervals? : Sql dba
What is clustered index in sql?
What are the different tcl commands in sql?
What is an ndf file?
How can we make an if statement within a select statement?
Are subqueries faster than joins?
How to combine two stored procedures in sql?
What is a sql driver?
What is range partitioning?
Can a procedure in a package be overloaded?