From 1247a8b8c778c2252067104d70c49e01dc3440fb Mon Sep 17 00:00:00 2001 From: Ishank Arora Date: Tue, 26 Sep 2017 16:29:43 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6943b8d..8e20833 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file