DBMS Requirements

Feature List

  1. SortedTable
  2. HashTable
  3. AggTable
  4. EquiJoinTable
  5. RangeJoinTable

Note: All the above features will use DBAPI to implement the required functionaly.

%%

General Tasks for all Features

  1. Design Notes (2 page document about your approach)
  2. Coding (implementing the respective classes)
  3. Test Case Notes (minimum 10 test cases to test the respective classes)
  4. Test Script Coding (sample usage is given at the end of every feature)
  5. Testing (running the test scripts and checking whether all test scripts are passing)
  6. Bug Fixing (fixing bugs reported by testing team)
  7. Test Report (preparing the final test report)