How to fix beginner SQL INNER JOIN query error

Advertisements I tried to replicate an exercise from an online course in my bigquery sandbox, but it gives me an error. Can someone explain to me what is the error meaning and possibly how to fix this query? schema table employees: nome (string), id_departmento (integer), cargo (string) schema table departments: nome (string), id_departmento (integer) SELECT… Read More How to fix beginner SQL INNER JOIN query error