19 namespace Deveel.Data.Sql.Expressions {
JoinType
Enumerates the kind of group join in a selection query.
Returns all the records in the left side of the join, even if the other side has no corresponding rec...
Returns all the records in the right side of the join, even if the other side has no corresponding re...
A join that requires both sources joined to have matching records.