Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 224 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 224 Bytes

Simple-DBMS

Simple DBMS with 3 predefined tables stored as binary files.

Implemented base operation like SELECT, INSERT, UPDATE and DELETE Several aggregate functions Indexing with binary search on indexes by record id.