How to test my Firebird SQL queries

Posted by Bob on Stack Overflow See other posts from Stack Overflow or by Bob
Published on 2010-04-23T04:11:35Z Indexed on 2010/04/23 4:13 UTC
Read the original article Hit count: 250

Filed under:
|

I'm in the process of learning SQL, and I need a way of verifying that my SQL queries are valid (i.e. no syntax errors). I also would like to check what results they yield on a test database of my choosing and structure.

I'm using embedded firebird in my C# .NET application, so I don't really have any tools to work with. Anyone have any tips? Perhaps there are SQL administrators/query IDEs out there that work with Firebird?

© Stack Overflow or respective owner

Related posts about firebird

Related posts about sql