Why its better to use files than a DBMS when there are multiple users to access the data
Vinod Bakshi
Its difficult to manage the files but easy to access because we can create a architecture like files per users so each data request will access only one file per user.