Word:
Browse
Innate ideas
innate immunity
innate reflex
Innately
Innateness
Innative
Innavigable
INNC
Inne
Inner
inner circle
inner city
inner ear
Inner Hebrides
Inner house
Inner jib
-- inner join --
Inner Light
Inner Mongolia
Inner plate
Inner post
inner product
inner resources
Inner square
Inner Temple
inner tube
Innerly
Innermost
Innermostly
innersole
innerspring mattress
Innervate
Innervation

inner join

Advertisement
(database)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.

About this site and copyright information - Online Dictionary Home