|< < 26 > >|

Foreign keys have a "direction", joins do not

Foreign key direction

Joins have no direction

  • The join is the same, regardless of which way the query "navigates".

Who created My Aim is True?
project( select( join(Artist, Album), title == My Aim is True') [name])

|< < 26 > >|