Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Our hello world source now makes it possible to display any database fields from the course table, but currently there is no way to get data from any other table in the database.

Adding a basic join

For instance, what if we wanted to add a column that displayed the course category along side the course name? The name of the course category is stored in a different table:

...