Subject | English | Chinese Taiwan |
comp., MS | auto-joining | 自動連接 (The movement of text to fill a gap that remains after a user deletes other text) |
comp., MS | bevel join | 斜面聯結 (The join style where two lines join at an angle creating a straight edge cutting off the corner) |
comp., MS | cross join | 交叉聯結 (A logical operator which joins each row from the first (top) input with each row from the second (bottom) input. It can also be called a Cartesian join, since it returns the Cartesian product of the two tables) |
comp., MS | full outer join | 完整外部聯結 (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 | 內部聯結 (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... | 加入現有的會議... (An item on the Actions menu that adds the user to an existing conference) |
comp., MS | join column | 聯結資料行 (A column referenced in a join condition) |
comp., MS | join condition | 聯結條件 (A comparison clause that specifies how tables are related by their join columns) |
comp., MS | Join Conference option | 加入會議選項 (An optional function in integrated audio conferencing that enables Live Meeting to dial a participant's phone instead of requiring the participant to dial in) |
comp., MS | join filter | 聯結篩選 (A filter used in merge replication that extends the row filter of one table to a related table) |
comp., MS | join gesture | 連接筆勢 (A revision gesture that is used to remove space from between two words (join words)) |
comp., MS | join line | 連接線 (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 | 聯結運算子 (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 | 聯結路徑 (A series of joins indicating how two tables are related) |
comp., MS | join style | 聯結樣式 (A style that specifies how the ends of connected lines are joined) |
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 | line join | 線條聯結 (The common area that is formed by two lines whose ends meet or overlap) |
comp., MS | miter join | 斜接角聯結 (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 | 外部聯結 (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 | 右方外部聯結 (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 | 圓角聯結 (The join style where two lines join at an angle creating a rounded edge, cutting off the corner) |
comp., MS | self-join | 自我聯結 (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) |
comp., MS | theta join | theta 聯結 (A join based on a comparison of scalar values) |