News

Python-based Relational Algebra interpreter designed for easy execution of relational database queries through the command line. This project provides a terminal-based interface, allowing users to run ...
The paper proposes a method of parsing for relational algebra expressions, which is based on the use of reverse Polish notation (postfix notation). The operation algorithm of the shunting yard, ...