Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 282 Bytes

File metadata and controls

2 lines (2 loc) · 282 Bytes

Relational Algebra Implementation in C++

This is an implementation of the the procedural query language, which operates on relations using some specified operators, such as select, project, cartesian product, join, division and aggregate operations to answer user-defined queries.