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 are two statement types in sql?
What is crud stand for?
What is left join in postgresql?
How can we store rows in PL/SQL using array?
What are aggregate and scalar functions?
How to avoid using cursors?
What does subquery mean in sql?
Can 2 queries be executed simultaneously in a distributed database system?
How to connect a sql*plus session to an oracle server?
how to check server status with 'mysqladmin'? : Sql dba
What are the types of variable use in pl sql?
What are the various levels of constraints?
What are the limitations of sql express?
What is the difference between rename and alias?
What is the difference between instead of trigger and after trigger?