Example scenario: I have multiple employees in a database. This database has information on when each employee joined a given department. The end user wants to know how many people have joined the department in the past 7 days.
I wouldn't want the app to fetch all of the employee records, then comb through every record looking for records of employees who joined in the past 7 days.
I wouldn't want the app to fetch all of the employee records, then comb through every record looking for records of employees who joined in the past 7 days.