Skip to content

ishank011/Relational-Algebra-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An implementation in C++ of the procedural query language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages