Tuple correlation calculus or relational algebra Syntax check?

Does anyone know of a software package where you can enter a formula and it checks syntactically (it doesn't need to check semantics).

Thanks.

+3
source share
1 answer

The closest I know about something like this is the implementation of Tutorial D for relational database queries:

Not sure if this is exactly what you are looking for.

+1
source

Source: https://habr.com/ru/post/1715145/


All Articles