nerdexam
IBM

A2090-560 · Question #23

Click on the exhibit. Given the following query: SELECT * FROM TableA, TableB WHERE TableA.c_custkey = TableB.o_custkey; What type of join processing will occur when the query is executed?

The correct answer is A. Collocation hash join processing. See the full explanation below for the reasoning.

Question

Click on the exhibit. Given the following query:

SELECT * FROM TableA, TableB WHERE TableA.c_custkey = TableB.o_custkey; What type of join processing will occur when the query is executed?

Exhibit

A2090-560 question #23 exhibit

Options

  • ACollocation hash join processing
  • BDistributed hash join processing
  • CBroadcast sort merge join processing
  • DReplication sort merge join processing

How the community answered

(24 responses)
  • A
    83% (20)
  • B
    4% (1)
  • C
    8% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full A2090-560 Practice