what is Hash join?how it is different from inner join?what
is the sign used for inner join?(eg: like the (+) sign used
for outer join)?
Answer Posted / ram
when the joining tables having huge data or selective columns don't have index at that
hash will occured automatically by using optimization
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is transaction control language (tcl)?
Does sql backup shrink transaction log?
How many clustered indexes can be created on a table?
how do you tune the slow running queries in oracle db , explain the methodology
What is pivot in sql?
What is query execution plan in sql?
What is database sql?
What is normalization sql?
what is 'mysqlshow'? : Sql dba
What are conditional predicates?
What is trigger in sql? Explain
What are functions in sql?
Can we perform dml on view?
What is a common use of group by in sql?
What does partition by mean in sql?