We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71d11a2 + c60825d commit 7503825Copy full SHA for 7503825
episodes/06-join.md
@@ -400,8 +400,8 @@ The following figure shows how these tables are related.
400
value of `source_id` in the best neighbor table.
401
402
- The blue circles and arrows represent the second `JOIN` operation,
403
- which takes each `original_ext_source_id` in the Gaia table and finds
404
- the same value of `obj_id` in the best neighbor table.
+ which takes each `original_ext_source_id` in the best neighbor table and finds
+ the same value of `obj_id` in the PanSTARRS photometry table.
405
406
There is no guarantee that the corresponding rows of these tables are
407
in the same order, so the `JOIN` operation involves some searching.
0 commit comments