I am looking for a tool to help you create complex SQL queries. It can sometimes be difficult to verify if the query results are correct. It is especially easy to get queries joining multiple tables to return too little or too much data.
The tool should at least include the creation of test tables, some kind of visualization, how queries collect their data and, I hope, better understand cases of errors than, for example, Oracle.
Are there tools like this, or should I stick to creating test cases manually, filling them with test data and sending all kinds of queries using SQuirrel SQL?
source
share