Posted by --CELKO-- on 12/03/05 15:27
The most basic principle of a tiered architecture is that display is
done in the front end and never in the back end. This a more basic
programming principle than just SQL and RDBMS.
You might also ask why Stock , StockDescriptions, and StockQuantities
are all split into their own tables when they are clear attributes of a
stock item. This design flaw is called atrribute splitting for obvious
reasons.
Navigation:
[Reply to this message]
|