Object Oriented Software Engineering   View all facts   Glossary   Help | 
| subject > process > design > database design | 
| database design comparison table | ||
| Subject | is a kind of | has definition | 
|---|---|---|
| design | process | The problem-solving process whose objective is to find and describe a way to implement the system's functional requirements, while respecting the constraints imposed by the non-functional requirements, and while adhering to general principles of good quality | 
| database design | design | The design of how data is persistently stored so that it may be accessed by many programs and users, over an indefinite period of time | 
Next design: defensive design     Up: design    Previous design: class design