Slide 1.3: A generic structure of a file-driven web system
Slide 1.5: Guidelines of programming exercises
Home

A Generic Structure of a Database-Driven Web System


A database-driven web site is often implemented with a three-tiered client-server architecture, which consists of three layers: The three-tier design has many advantages over traditional two-tier or single-tier designs, the chief one being:
The added modularity makes it easier to modify or replace one tier without affecting the other tiers.
SQL (Structured Query Language), which is a standard interactive language for getting information from and updating a database. For example, the SELECT statement is used to retrieve data from a database.