Subject | English | Hungarian |
comp., MS | full outer join | teljes külső illesztés (A type of outer join in which all rows in all joined tables are included, whether they are matched or not. For example, a full outer join between titles and publishers shows all titles and all publishers, even those that have no match) |
comp., MS | outer join | külső illesztés (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) |
comp., MS | right outer join | jobb oldali külső illesztés (An outer join in which all the records from the right side of the RIGHT JOIN operation in the query's SQL statement are added to the query's results, even if there are no matching values in the joined field from the table on the left) |