⟩ Explain The Web application used by Business Planners generates many types of reports. One typedisplays billing information over specified timeframes. The other selects a lawyer and a timeframeand the report displays the average number of minutes billed by that lawyer per day and theaverage number of minutes billed to each client per day over that timeframe. You must ensurethat this report is generated with a minimum network traffic. What should you do?A. Use Microsoft SQL Server indexes to optimize the data calculationsB. Implement the calculations in a business layer classC. Implement the calculations in a data layer classD. Use Microsoft SQL Server stored procedures for the data calculations
D. Use Microsoft SQL Server stored procedures for the data calculations