Subject | English | Turkish |
comp., MS | corner join | köşe birleştirme (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 | tam dış birleşim (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 | iç birleşim (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... | Var Olan Konferasa Katıl… (An item on the Actions menu that adds the user to an existing conference) |
comp., MS | Join Launcher | Katılım Başlatıcısı (Part of the existing Lync Web App IIS web component. Lets users optionally join meetings by using a mobile device) |
comp., MS | join operator | birleşim işleci (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 | left outer join | sol dış birleştirme (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 | köşeden birleştirme (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 | dış birleşim (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 | sağ dış birleştirme (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 | self-join | iç birleşim (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) |