Hash join: Difference between revisions

m
(Made SQL produce similar output to the other languages)
m (→‎{{header|Racket}}: Fixed output)
Line 743:
 
{{out}}
<pre>(#(struct:AB "Jonah" 27 "Whales")
#(struct:AB "Jonah" 27 "Spiders")
#(struct:AB "Alan" 18 "Ghosts")
Line 749:
#(struct:AB "Alan" 18 "Zombies")
#(struct:AB "Alan" 28 "Zombies")
#(struct:AB "Glory" 28 "Buffy"))</pre>
 
=={{header|REXX}}==