Hash join: Difference between revisions

Content added Content deleted
(Rewrite the task description for clarity. Doesn't change the task content, except that the join column in table B has been renamed from "Name" to "Character".)
mNo edit summary
Line 34: Line 34:
'''for each''' row ''b'' '''in''' multimap ''M<sub>B</sub>'' under key ''a''(''j<sub>A</sub>'')
'''for each''' row ''b'' '''in''' multimap ''M<sub>B</sub>'' under key ''a''(''j<sub>A</sub>'')
'''let''' ''c'' = the concatenation of row ''a'' and row ''b''
'''let''' ''c'' = the concatenation of row ''a'' and row ''b''
'''place''' ''c'' in table ''C''
'''place''' row ''c'' in table ''C''


{{introheader|Test-case}}
{{introheader|Test-case}}