This is an old revision of the document!
DRAFT
L
left outer join
An outer join in which all rows from the left table in the JOIN clause are included, only rows from the right table with matching rows in the left table are included, and left table rows with no matching right table rows are matched with nulls.
link field
linked list
listening port
literal
A letter, group of letters, or symbol that stands for itself as opposed to a feature, function, column value in a record.
logical link
low cardinality
Low table cardinality indicates few total records in a table.
Low column cardinality indicates a low number of unique values in a column. For example, a “Yes/No” column has low cardinality because it has only two possible values.
See cardinality.