Quick Start Guide
228 Understanding Web Applications
A dynamic page is a web page customized by an application server before
the page is sent to a browser. For more information, see “How a web
application works” on page 219.
A recordset is a set of data extracted from one or more tables in a database,
as in the following example:
A relational database is a database containing more than one table, with
the tables sharing data. The following database is relational because two
tables share the DepartmentID column.
A server technology is the technology that an application server uses to
modify dynamic pages at runtime.
Number
Database table
LastName FirstName Position Goals
Recordset table
LastName FirstName Position