/Database-project

Implementation of the 'select' relational algebra operation, the input to the program is given similar to the SQL select

Primary LanguageC

Database-project

Implementation of the 'select' relational algebra operation, the input to the program is given similar to the SQL select

To run

First compile the C program as gcc main.c Then run python main.py Then enter your query to see the results

To insert items into the database Call the script insert.py