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 / rahul khanke
in any joins (n-1)where n is no of tables is the criteia if
u have four table then there are 3 joins use it.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Why are sql stored procedures used?
What are different types of queries in sql?
explain the delete statements in sql
What is nosql vs sql?
how can you see all indexes defined for a table? : Sql dba
What is java sql package?
what's the difference between a primary key and a unique key? : Sql dba
How many functions are there in sql?
Can we create a trigger on view?
What does seeding a database mean?
how many tables will create when we create table, what are they? : Sql dba
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
how to rename an existing table in mysql? : Sql dba
Is join same as left join?
How does sql developer connect to oracle database?