Skip to content

Commit

Permalink
Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
seansellek committed May 23, 2016
1 parent 05dc7df commit 244bedd
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
Expand Up @@ -5,7 +5,7 @@ When I was learning relational algebra, I had trouble visualizing what my operat

Enter Related. Related was written to provide students and others with a quick scratchpad to run relational algebra operations.

Each of Codd's Primitives (`selection`, `projection`, `cross_product`, `union`, and `projection`) are implemented, meaning you can in theory perform any operation possible. `natural_join` is also implemented, and I'll work to add more over time.
Each of Codd's Primitives (`selection`, `projection`, `cross_product`, `union`, and `difference`) are implemented, meaning you can in theory perform any operation possible. `natural_join` is also implemented, and I'll work to add more over time.

## Example

Expand Down

0 comments on commit 244bedd

Please sign in to comment.