Software for testing relational algebra

$\begingroup$

Does anyone know of any software to let you test relational algebra queries? By this I don't mean a database such as MySQL, something where the query can be input in some for of mathematical notation instead of SQL.

$\endgroup$ 1

2 Answers

$\begingroup$

If you have any experience with programming languages such as Haskell or any of the ML-variants you could just use lists and map/filter/fold. Testing queries could then be achieved by using a testing framework such as QuickCheck (assuming you by "test" mean something like checking the result of a "query" satisfy some properties).

$\endgroup$ $\begingroup$

There is Relational:

It uses the relational algebra syntax and is available on windows and linux.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like