Consider the following two designs to store the data using clustered indexes in MS SQL Server:
In the first design, the fill factor is 20% and the total number of free rows per page are A.
In the second design, the fill factor is 40% and the total number of free rows per page are B.