Data and SQL engine
-
use tables, instead of static files, 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 more powerful way
-
SQL operators for data and file processing: Select data from tables to provide accurate and up-to-date information, and data can be entered, updated through a web page to keep a consistent information base
|