• Remember your join algorithm: For every pair of author/book rows, compare author_ids.

  • Create join rows when author_ids are equal.

  • But 10001 = NULL yields NULL.

  • And a join only keeps rows for which comparison yields true.