...
This section just shows the queries that belong to the introductory example in section ***Views on database content’. This example has the following characteristics:
- Parameter A parameter that filters on the locations Amsterdam and Nijmegen.
- Link A link to detail a detailed view , which is shown underneath the overview.
- Three columns (Department, Job and Location) which whose fields are not retrieved directly from the
whPerson
table but indirectly through six other tables. This requires a more complex WHERE clause.
...