Found 1 hit - Term: inner join, Database: *, Strategy: prefix
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
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
see also:
outer join relational database tables column sql
Dictionary of Words and Phrases online did not found adittional definition or meaning about inner join. Last accessed:2008/10/06 13:20:19 [Total processing time: 1 seconds] |