Why do you think we access columns by their table name in multi-table queries?

Because with a table name, we can tell apart columns with the same name in both tablesBecause we always have to access columns by their table name, even when not joiningBecause columns don't have names

Because with a table name, we can tell apart columns with the same name in both tables.