February 2013
Intermediate to advanced
352 pages
7h 45m
English
Designing databases that can easily be maintained is important. In the application development domain, developers learned that the most maintainable things are often the things with the simplest designs that support the current requirements. That also applies in the database world as well.
Building a maintainable database depends on developing only the minimum amount of behavior required to support the current needs of the applications that use a database design. The minimum amount of behavior required is that amount that is necessary to absorb and emit the information demanded by a database’s clients.
With databases, specifying only those behaviors that are actually needed is difficult, so hiding from ...