So I am trying to follow along with a tutorial on SQL joins but when I try to run the query in which I join two tables I get the aforementioned error.
I have confirmed that the dataset does indeed reside as you can see in the following screenshot: [The dataset details page]

The query in question is the following:
SELECT
emp.name,
dept.name,
emp.name
FROM
`project-id.employee_data.employees` as emp
INNER JOIN
`project-id.employee_data.departments` as dept
ON
emp.department_id = dept.department_id
If I try to query either table individually, I don’t have any problems. It is only when I query them in the same place that it gives me an error. I made sure processing location is set to US in the query settings so location shouldn’t be an issue.

Vintage Engagement Rings Sydney: What to Look For
How to Choose an Oval Engagement Ring NZ Buyers Love
Legal Considerations for UK Players Using Offshore Casinos
How Responsible Gambling Tools Vary Outside GamStop
How to Choose a Ring Style That Feels Truly Personal
Toi et Moi Ring Singapore How to Balance Two Diamonds Beautifully
How to Choose Yellow Gold Engagement Rings in London
White Gold Engagement Rings London: Buying Guide
Sortijas de matrimonio para hombres: elegancia, personalidad y compromiso duradero 


