Multiple choice technology programming languages

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

It is not mandatory to specify the table name along with the column name in a join condition unless the column names are ambiguous (i.e., they exist in multiple tables). If the column names are unique across the joined tables, the database can resolve them without table prefixes, making the statement false.