First page Back Continue Last page Overview Graphics


Notes:

With SQL you start with the columns, while with Sequel, you generally start with the table.

In this case, we are selecting from the people table, and want only columns from the people table returned.

Note how the code to select all columns in the people table looks similar in both cases.