Error
[X] cannot be resolved
Cause
This error indicates a problem with one of the query's sources or column references. It may occur, for example, when a query references a table that no longer exists.
This error is most common when working with complex query syntax, such as joins or aliases.
Solution
The error message itself will call out the location of the first error in your query:
However, because the query halts when the first error is detected, there may be subsequent errors in your syntax. We recommend you list all table sources and column references for this reason.
To fix the error itself, you'll need to edit the query syntax or add the missing dependency.