Please help me with the following questions as soon as possible….
1) True or False, specifying a join hint will force join order?
2) When joining two small row sets together on an inner join, which join type is generally preferred?
a. Hash Join
b. Merge Join
c. Loop Join
3) What is the difference between a hash join and a merge join?
Thank you.