Typical database development involves building the data structures, writing some code to access the database, running the code, then writing some queries to verify that the data got into the database. Even the most rigorous database testers generally verify a database by running several queries and visually inspecting the results for validity. The problem with this approach is that as changes are made to the database, we don't generally rerun all the old test queries to revalidate that everything is still fine.
Advisor
Don’t have a login?
Make one! It’s free and gives you access to all Cutter research.

