Internet-enabled Website Construction (Cont.)
There are many ways to construct a database-driven website, and each method usually include the following steps:
- Examining the exercise specifications very carefully,
- Database design (E-R modeling or normalization),
- Database implementation (SQL),
- Web user interface construction [(X)HTML],
- Calling a script with embedded SQL commands,
- Accessing the database and retrieving data, and
- Testing the exercise thoroughly.
- Examining the Exercise ( One ) Specifications Very Carefully
The specifications have to be followed precisely.