Skip to content

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

Notifications You must be signed in to change notification settings

b-xiang/Database-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.9%
  • Python 42.1%