13. Describe the records returned by the SQL query below SELECT Industry, SUM(Volume) AS TotalVolumeTraded FROM StockData GROUP BY Industry ORDER BY TotalVolumeTraded DESC,