News

SELECT IndustryVertical, SUM (AmountinUSD) as Total_Fund, avg (AmountinUSD) as Avg_Fund FROM indian_startup_funding GROUP BY IndustryVertical; --17.Write SQL query to get the minimum value of funding ...
and then divide by the number of data points. Avg function use for that we have used with groups and window functions This paper have other three measurements of central tendency starting with median.