Home Forums SQL Server 2008 T-SQL (SS2K8) Product Name and Quantity with the maximum quantity sold per day. RE: Product Name and Quantity with the maximum quantity sold per day.

  • engstevo (7/2/2013)


    Write a SQL statement from the above example tables that will return the Product Name and Quantity with the maximum quantity sold per day.

    Homework? We can't see the paper your professor handed you so there are no tables above. Around here we like to help people learn, not do their homework for them. Post the tables, some sample data and the query you have tried so far.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/