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)
Tuesday, July 24, 2007
10.2 Data Design
Posted by Software Engineering Notes at 7:58 PM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment