Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 committed Sep 26, 2017
1 parent 75acc79 commit 1247a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Relational Algebra Implementation in C++
This is an implementation of various relational algebra operations like Select, Project, Union, Set difference, Division and others.
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.

0 comments on commit 1247a8b

Please sign in to comment.