/DBMS

relational-database-management-system

Primary LanguageC++

DBMS

Built a multi-layered relational database management system in C++

  • Built the record based file layer which suppots record insertion, deletion, updadte, read and scan
  • Built the relation layer which suppots table creation, deletion and system catalog consistency
  • Built the Linear Hashing based index layer for query search