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 a file delimiter?
Does sql full backup truncate logs?
Can we call stored procedure in function?
Explain the rollback statement?
What is a unique key?
How do I partition in sql?
Is it possible to read/write files to-and-from PL/SQL?
Enlist the characteristics of pl/sql?
What is cursor in pl sql with examples?
What is sql profiler in oracle?
Is sql a microsoft product?
Does pl/sql support create command?
Explain what is a field in a database and record in a database?
what is the difference between a having clause and a where clause? : Sql dba
What is count * in sql?