2 Matching Annotations
  1. Jan 2023
    1. SIRE_HORSE_ID

      ohhh I get it. I thought all the sire and dam information was in each row for every horse, but I think all that is included on each horse row is the ids for their mom and dad. So if u wanted to get the horses parents names you would need to join name info from the id column for the parents with the info from the offspring column. The parent id would be used as the matching key.

    2. recursive join (joining rows in a table to other rows in the same table)

      Recursive join = joining rows in a table to other rows in the same table.