1 |
Data and SQL Engine
-
use tables, instead of static files or CGI-base dynamic pages, to store data
-
build a schema on data tables to define data and the relationships of different information entities (the relational model)
-
Web pages can be created, managed and delivered in dynamic and efficient way
-
Data can be retrieved and mainpulated through Web page to keep the consistency of the database
|