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
How does postgresql compare to oracle/db2/ms sql server/informix?
What does truncate mean in sql?
Explain the working of primary key?
How to know the last executed procedure?
Explain about various levels of constraint.
What is the main difference between sql and pl/sql?
What is a schema? How is it useful in sql servers?
Where do we use pl sql?
what is view? : Sql dba
What does where 1/2 mean in sql?
Does user triggers have entry for trigger with compilation errors?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
Why do we need databases?
Can a select statement fire a trigger?
How do you change a value in sql?