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

In SQL join conditions, table names are NOT mandatory when column names are unambiguous (unique across joined tables). However, it's best practice to qualify column names to avoid ambiguity and improve code clarity.