left outer join oor Nederlands

left outer join

en
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.

Vertalings in die woordeboek Engels - Nederlands

left outer join

en
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.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
Option 2 defines a left outer join.
Optie 2een left outer join definieert.ParaCrawl Corpus ParaCrawl Corpus
If you use a left outer join, the table on the left is the base table.
Als u een left outer join gebruikt, wordt de tabel aan de linkerkant de basistabel.ParaCrawl Corpus ParaCrawl Corpus
To do this, we can use the following SQL statement using LEFT OUTER JOIN:
U moet in dit geval de opdracht SQL OUTER JOIN gebruiken.ParaCrawl Corpus ParaCrawl Corpus
Choosing this option is equivalent to specifying LEFT OUTER JOIN in the SQL statement.
Deze optie is gelijk aan het geven van LEFT OUTER JOIN in de SQL-instructie.ParaCrawl Corpus ParaCrawl Corpus
This is a left outer join – it includes everything from the left table and corresponding records from the right table.
Dit is een left outer join. Deze bevat alles uit de linkertabel en bijbehorende records uit de rechtertabel.ParaCrawl Corpus ParaCrawl Corpus
Create a query that has a left outer join on the field that you want use for a full outer join.
Als u een left outer join gebruikt, wordt de tabel aan de linkerkant de basistabel.ParaCrawl Corpus ParaCrawl Corpus
Create a query that has a left outer join on the field that you want use for a full outer join.
Maak een query die een linker outer join op het veld heeft dat u gebruiken voor een volledige outer join wilt.ParaCrawl Corpus ParaCrawl Corpus
To accomplish this, you must change the join type from an inner join to what is called a left outer join.
Hiervoor moet u het jointype veranderen van een inner join in een zogenaamde left outer join.ParaCrawl Corpus ParaCrawl Corpus
To accomplish this, you have to change the join type from an inner join to what is known as a left outer join.
Hiervoor moet u het jointype veranderen van een inner join in een zogenaamde left outer join.ParaCrawl Corpus ParaCrawl Corpus
To accomplish this, you have to change the join type from an inner join to what is known as a left outer join.
Hiervoor moet u het jointype veranderen van een inner join in wat een left outer join wordt genoemd.ParaCrawl Corpus ParaCrawl Corpus
Outer joins subdivide further into left outer joins, right outer joins, and full outer joins, depending on which table's rows are retained (left, right, or both).
Externe joins worden verder onderverdeeld in linker outer joins en rechter outer joins, afhankelijk van de rijen van de tabel (links of rechts).ParaCrawl Corpus ParaCrawl Corpus
A left outer join returns all of the rows from the table on the left side of the relationship and only those that match from the table on the right.
Een left outer join retourneert alle rijen uit de tabel aan de linkerkant van de relatie en alleen rijen uit de rechtertabel die een overeenkomende waarde bevatten.ParaCrawl Corpus ParaCrawl Corpus
A left outer join returns all of the rows in the table on the left side of the relationship and only those that match in the table on the right.
Een left outer join retourneert alle rijen uit de tabel aan de linkerkant van de relatie en alleen rijen uit de rechtertabel die een overeenkomende waarde bevatten.ParaCrawl Corpus ParaCrawl Corpus
A left outer join returns all of the rows in the table on the left side of the relationship and only those that match in the table on the right.
Een left outer join retourneert alle rijen uit de tabel aan de linkerkant van de relatie en alleen die rijen uit de rechtertabel die een overeenkomende waarde bevatten.ParaCrawl Corpus ParaCrawl Corpus
The second option creates a "left outer join," which means that your query returns ALL the data from the table listed on the left and only MATCHING data from the other table.
Met de tweede optie maakt u een 'left outer join', wat inhoudt dat met de query ALLE gegevens worden geretourneerd uit de tabel die links wordt weergegeven en alleen OVEREENKOMENDE gegevens uit de andere tabel.ParaCrawl Corpus ParaCrawl Corpus
The result of a left outer join (or simply left join) for tables A and B always contains all records of the "left" table (A), even if the join-condition does not find any matching record in the "right" table (B).
Left Outer Join: - Het resultaat van een linkse outer join (of gewoon links join) voor tabellen Werknemer en Plaats bevat altijd alle records van de "linker" tabel (Werknemer), zelfs als de join-voorwaarde geen overeenkomstige record vindt in de "juiste" tabel (Plaats).ParaCrawl Corpus ParaCrawl Corpus
The generic "join" method takes two arguments; the join "type" (inner, outer, left, right) and the join condition.
De algemene "join" methode heeft twee argumenten; het join "type" (binnen, buiten, links, rechts) en de join voorwaarden.ParaCrawl Corpus ParaCrawl Corpus
Let’s look at how to use left and right outer joins in a Select query.
Laten we eens kijken hoe de left en right outer joins in een selectiequery worden gebruikt.ParaCrawl Corpus ParaCrawl Corpus
You control whether you’re using a left or right outer join in the Join Properties dialog box.
U bepaalt zelf in het dialoogvenster Joineigenschappen of u een left dan wel right outer join gebruikt.ParaCrawl Corpus ParaCrawl Corpus
Outer joins have sides—left and right—and they return ALL the data from one table, and only MATCHING data from the other.
Met een ander type join worden ALLE gegevens uit het ene veld geretourneerd, maar alleen OVEREENKOMENDE gegevens uit het andere veld.ParaCrawl Corpus ParaCrawl Corpus
Outer joins have sides—left and right—and they return ALL the data from one table, and only MATCHING data from the other.
Outer joins hebben kanten, links en rechts, en ze geven als resultaat ALLE gegevens uit de ene tabel, en alleen OVEREENKOMENDE gegevens uit de andere.ParaCrawl Corpus ParaCrawl Corpus
For more information about outer join syntax, see the topic LEFT JOIN, RIGHT JOIN Operations.
Zie het onderwerp LEFT JOIN, RIGHT JOIN-bewerkingenvoor meer informatie over de syntaxis van outer joins.ParaCrawl Corpus ParaCrawl Corpus
Fix dumping of outer joins with empty constraints, such as the result of a NATURAL LEFT JOIN with no common columns (Tom Lane)
Bevestig het dumpen van buitenverbindingen met lege beperkingen, zoals het resultaat van een NATURAL LEFT JOIN zonder gewone kolommen (Tom Lane)ParaCrawl Corpus ParaCrawl Corpus
A right outer join returns all of the rows on the right and only those that match on the left.
Een right outer join retourneert alle rijen uit de rechtertabel en alleen rijen uit de linkertabel die een overeenkomende waarde bevatten.ParaCrawl Corpus ParaCrawl Corpus
A right outer join returns all of the rows on the right and only those that match on the left.
Een right outer join retourneert alle rijen uit de rechtertabel en alleen die rijen uit de linkertabel die een overeenkomende waarde bevatten.ParaCrawl Corpus ParaCrawl Corpus
26 sinne gevind in 28 ms. Hulle kom uit baie bronne en word nie nagegaan nie.