×

Multiple-Choice Questions

A block nested-loop join is worst case when blocks in the inner relation s are read ____ for each block in the outer relation r

11. A block nested-loop join is worst case when blocks in the inner relation s are read ____ for each block in the outer relation r.

  1. Once
  2. Twice
  3. Thrice
  4. Multiple times

Answer: A) Once

Explanation:

A block nested-loop join is worst case when blocks in the inner relation s are read once for each block in the outer relation r.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.