Download for Windows Premium
Publiciteit
create an outer join

Examples with "create an outer join" and their translation in Japans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You can add the rows of two results sets without adding more columns (which is result of a simple join of local results). Traditionally to add rows, you perform a SQL operation. However, you can simulate a union without having a do this, you add a dummy non-matching column and create an outer join of the results sets.
列を追加しなくても、2つの結果セット(ローカル結果のシンプルな結合の結果)が含まれた行を追加できます。従来は、行を追加するには、SQL操作を実行しますが、データベースがなくてもユニオンをシミュレートできます。これを行うには、ダミーの不一致列を追加して、結果セットの外部結合を作成します。
In contrast, to select all departments (even if some have no employees assigned to them) or all employees (even if some are not assigned to a department), you can use a LEFT JOIN or RIGHT JOIN operation to create an outer join.
これに対して、所属する社員が 1 人もいない部署も含めすべての部署を選択したり、どの部署にも所属していない社員も含め社員全員を選択するには、 LEFT JOIN または RIGHT JOIN 操作を使用して外部結合を作成します。
In Oracle8i, you create an outer join in SQL using the join condition variable (+)
Oracle8iでは、次のように結合条件変数(+)を使用してSQLで外部結合を作成します

Andere resultaten

You create outer joins by modifying inner joins.
外部結合は、内部結合を修正して作成します。
Use a LEFT JOIN operation to create a left outer join.
外部結合を作成するには、LEFT JOIN 操作を使用します。
The Joiner operator joins multiple row sets from different sources with different cardinalities, and produces a single output row set. You can use the Joiner operator to create inner joins, outer joins, equijoins, and non- equijoins. You can also create self joins by using a Filter operator as described in Adding Self Joins in a Mapping.
ジョイナ演算子は、異なるカーディナリティを持つ様々なソースの複数の行セットを結合し、単一の行セットの出力を生成します。ジョイナ演算子は、内部結合外部結合、等価結合および非等価結合に使用できます。また、マッピングの自己結合の追加で説明するように、フィルタ演算子を使用して自己結合を作成することもできます。
In the Transact-SQL dialect, you create outer joins by supplying a comma-separated list of tables in the FROM clause, and using the special operators = or = in the WHERE clause.
Transact-SQL ダイアレクトでは、FROM 句内にカンマで区切られたテーブルのリストを指定し、WHERE 句内で特殊な演算子 = or = を使用して外部ジョインを作成します。
This example is a left outer join. Rows from table A are included in the joined result even though no rows from table B match them. To create a full outer join in Oracle8i, you must use multiple SQL statements.
この例は左外部結合です。表Aの行は、一致する行が表Bになくても結合結果に含まれます。Oracle8iで完全外部結合を作成するには、複数のSQL文を使用する必要があります。
create outer join query
Restrictions include: You cannot use the (+) notation to create FULL OUTER JOIN; you can only create LEFT OUTER JOIN and RIGHT OUTER JOIN.
制限事項は次のとおりです。 FULL OUTER JOIN を作成するために (+) 表記を使用することはできません。
Use a LEFT JOIN operation to create a left outer join. Left outer joins include all of the records from the first (left) of two tables, even if there are no matching values for records in the second (right) table.
外部結合を作成するには、LEFT JOIN 操作を使用します。左外部結合では、結合する 2 つのテーブルのうち 2 番目 (右側) のテーブルに対応するレコードがなくても、1 番目 (左側) のテーブルのレコードがすべて追加されます。
You specified outer joins that create a cycle of tables.
テーブルの循環を引き起こす外部ジョインを指定しました。
You could also specify an outer join explicitly.
外部ジョインを明示的に指定することもできます。
Er zijn geen resultaten gevonden voor deze term.
Ga naar Premium voor toegang tot miljoenen vertaalvoorbeelden, onbeperkt woorden opslaan en leren, zonder advertenties.
Woord & uitdrukking van de dag
Afbeelding van de dag
dental floss: thin thread for cleaning between teeth
Ontdek het woord
Publiciteit

Resultaten: 21649. Exact: 3. Verstreken tijd: 86 ms.