Internet-enabled Website Construction (Cont.)


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