Multiple choice technology databases

What is the maximum number of tables that can be joined?

  1. Twenty

  2. Eight

  3. Fifteen

  4. Six

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

DB2 allows joining up to 15 tables in a single SQL statement. This limit balances query flexibility with performance considerations. Some database systems have lower limits (often 10 or fewer tables), but DB2 supports this higher maximum for complex reporting and analysis needs.