This project implements fundamental relational algebra operators using Python, with a focus on efficient memory management and sorted file processing. The operators include Merge-Join, Union, ...