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.
Software for testing relational algebra
2
$\begingroup$
relation-algebra
-
0I'm not sure how your supposed to "test" queries without an underlying data set to compare expected results to - in which case an RDBMS would be exactly what you need. Are you looking for a syntax checker? – 2011-09-14