Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtnao committed Jan 15, 2024
1 parent 7ad2a1b commit e7042c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ The following shows REPEATABLE READ implemented via snapshot isolation.
- DML
- [x] CRUD (SELECT, INSERT, DELETE, and UPDATE)
- [x] Filtering (WHERE)
- [ ] Join
- [ ] Nested Loop Join
- [x] Join
- [x] Nested Loop Join
- [x] Inner Join
- [x] Left Join
- [ ] Aggregation (GROUP BY and HAVING)
- [ ] Sorting (ORDER BY and LIMIT)
- DDL
Expand Down

0 comments on commit e7042c1

Please sign in to comment.