• Three rows updated.

  • Why just those?

  • Note that row order changed.
    • This is correct since tables are unordered, (and order by was not specified).
    • It reveals an interesting property of how Postgres is implemented.
    • We'll understand the reason much later in the course.