Given two tables R and S, which of the following join strategies is described by the following

Question:

Given two tables R and S, which of the following join strategies is described by the following algorithm:

Denote S outer table For every rows in S do for every row r in R do {if r(a) = s(b) then join r with s and

a. Hash join.

b. Sort-merge join.

c. Nested-loop join.

d. None of the above.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: