You are not logged in Log in Join
You are here: Home » Members » MJ's corner on Zope » QuantumPythons » Seminar4 » DesignSteps » wikipage_view

Log in
Name

Password

 
 
FrontPage »

DesignSteps

Design approach

We'll design the required products in steps.

  1. Determine the Entities involved. See EntityList
  2. Determine attributes (column names) and primary and foreign keys; we'll place this on EntityAttributes.
  3. Design ERDs
  4. Write DataDictionary
  5. Write DDLStatements

Steps 3 and 4 can be done in parallel.