Imagine you have a row-database storing a total of 100GB of data, with 100 million rows and 100 columns (1GB per column), containing info on employees' data (id, name, salary, age, department, gender).
How many GB of database do you have to read in order to count the average salary of female employees?