Subject | English | Polish |
comp., MS | bevel join | sprzężenie skośne (The join style where two lines join at an angle creating a straight edge cutting off the corner) |
comp., MS | corner join | sprzężenie narożników (Two lines that are joined at an angle. For objects that have sharp corners, such as rectangles, you can change the way the stroke looks at each corner point by applying one of three corner join styles: miter join, round join, and bevel join) |
comp., MS | full outer join | pełne sprzężenie zewnętrzne (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 | inner join | sprzężenie wewnętrzne (An operation that retrieves rows from multiple source tables by comparing the values from columns shared between the source tables. An inner join excludes rows from a source table that have no matching rows in the other source tables) |
comp., MS | Join an Existing Conference... | Dołącz do istniejącej konferencji... (An item on the Actions menu that adds the user to an existing conference) |
comp., MS | join column | kolumna sprzężenia (A column referenced in a join condition) |
comp., MS | join condition | warunek sprzężenia (A comparison clause that specifies how tables are related by their join columns) |
comp., MS | join filter | filtr sprzężenia (A filter used in merge replication that extends the row filter of one table to a related table) |
comp., MS | join gesture | gest łączenia (A revision gesture that is used to remove space from between two words (join words)) |
gen. | join in the chorus | przyłączyć się w refrenie |
gen. | join in the group | dołączać się do grupy |
comp., MS | Join Launcher | Panel dołączania (Part of the existing Lync Web App IIS web component. Lets users optionally join meetings by using a mobile device) |
comp., MS | join line | linia sprzężenia (A line that connects fields between two tables and shows how the data is related. The type of join indicates which records are selected for the query's result set) |
comp., MS | join operator | operator sprzężenia (A comparison operator in a join condition that determines how the two sides of the condition are evaluated and which rows are returned) |
comp., MS | join path | ścieżka sprzężeń (A series of joins indicating how two tables are related) |
gen. | join the army | wstąpić do wojska |
gen. | join the army | wstąpić do armii |
gen. | join the group | dołączać do grupy |
nat.res., anim.husb. | joining season | sezon lęgowy |
comp., MS | left outer join | lewe sprzężenie zewnętrzne (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 | miter join | sprzężenie skosów (The join style where the ends of two consecutive lines or paths form a sharp or a clipped corner, depending on whether the length of the miter exceeds the miter limit) |
comp., MS | outer join | sprzężenie zewnętrzne (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 | prawe sprzężenie zewnętrzne (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) |
comp., MS | round join | sprzężenie zaokrąglone (The join style where two lines join at an angle creating a rounded edge, cutting off the corner) |
comp., MS | self-join | samosprzężenie (A join in which records from a table are combined with other records from the same table when there are matching values in the joined fields. A self-join can be an inner join or an outer join. In database diagrams, a self-join is called a reflexive relationship) |