Tuesday, July 24, 2007

10.2 Data Design

In the analysis model, we may have designed different data objects. Example:
customer_name
customer_id

In the data design, we complete them by defining strutures in details.
Example:
customer_name char
customer_id int
customer_last_updated date (system used only)

No comments: