Subject | English | Hebrew |
comp., MS | left outer join | צירוף חיצוני שמאלי (A type of outer join in which all rows from the left-most table in the JOIN clause are included. When rows in the left table are not matched by rows in the right table, all result set columns that come from the right table are assigned a value of NULL) |
comp., MS | outer join | צירוף חיצוני (A join that includes all the rows from the joined tables that meet the search conditions, even rows from one table for which there is no matching row in the other join table) |