Multiple choice technology databases

In a join condition it is mandatory to specify the table name along with the Column name.

  1. True

  2. False

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

Table names (or aliases) are only required as column prefixes when column names are ambiguous across multiple tables in the join. If column names are unique, the prefix is optional. The statement correctly identifies that it's not mandatory in all cases.