catflap.org Online Dictionary Query |
5 definitions found
From The Free On-line Dictionary of Computing (27 SEP 03) : [ foldoc ]
inner join
(Commonly "join", but see also "{outer join") A
relational database operation which selects rows from two
tables such that the value in one column of the first
table also appears in a certain column of the second table.
An example in SQL:
select * from A, B
where A.x = B.y
The column names (x and y in this example) are often, but not
necessarily, the same.
(1998-11-23)
From English Wiktionary: All languages (2023-07-27) : [ dictinfo.com:wikt-en-ALL-2023-07-27 ]
inner join
n.
(lb en databases) A join yielding a set of records that combines only
the matching records from a set of tables.
From English Wiktionary: English language only (2023-07-27) : [ dictinfo.com:wikt-en-en-2023-07-27 ]
inner join
n.
(lb en databases) A join yielding a set of records that combines only
the matching records from a set of tables.
From English Wiktionary: Western, Greek, and Slavonic languages only (2023-07-27) : [ dictinfo.com:wikt-en-Western_Greek_Slavonic-2023-07-27 ]
inner join
n.
(lb en databases) A join yielding a set of records that combines only
the matching records from a set of tables.
From English Wiktionary: Western languages only (2023-07-27) : [ dictinfo.com:wikt-en-Western-2023-07-27 ]
inner join
n.
(lb en databases) A join yielding a set of records that combines only
the matching records from a set of tables.
Questions or comments about this site? Contact dictionary@catflap.org
Access Stats