This chapter starts as:
Chapter 4. Miscellaneous.
There are cases when wrong output is just symptom of wrong input
made before.
For example, you start to receive wrong data at particular step
of the
scenario. After analysis of the SELECT query (or queries) is
clear what
queries are correct and return exactly same data which exists in
the
table (or tables).
This means wrong data was inserted at the earlier step.
How to know when it happened?
Start from the step of the scenario which exists just
before
step which does output, check every query as was described in
earlier
chapters. If everything works correctly, examine earlier step,
repeat
until you find the error.