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 tables
- Because we always have to access columns by their table name, even when not joining
- Because columns don't have names
Because with a table name, we can tell apart columns with the same name in both tables.