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.

How to Sell Unwanted Jewellery with Trusted Gold Buyers Melbourne
Diamante de laboratorio vs natural precio: Guía completa sobre costos y valor
Understanding Moissanite Diamonds and Lab Made Diamonds
Three Stones, One Story: Why Lab-Grown Diamonds Are Quietly Changing the Way We Buy Rings
Why Wedding Bands for Men with Lab Diamonds Are Finally Getting the Spotlight
Timeless Design: toi et moi Anillo and the Allure of man made diamonds
The Romance of the Toi et Moi Ring: Why This Timeless Design Is Stealing Hearts Again
The Timeless Allure of the Diamond Ring Halo: Why This Classic Design Still Turns Heads
Quiet Allure of the Oval Diamond Ring: Why Everyone’s Falling 



