use crate;
/// A view's `from:` — the source relation and the alias the rest of the view uses.
/// A `JOIN … ON`: combine rows from another relation by a matching rule.
/// Which kind of join. `INNER` keeps only matches; `LEFT` keeps all left rows.