How to count, sum, and average rows in SQL: Databases for Developers #6

preview_player
Показать описание
Want to count how many rows your query returns?

Or the number of orders per customer?

Or find your fastest time to run races of 1k, 5k and 10k?

You can answer all these questions in SQL using group by and aggregate functions. Watch this video to find out how!

============================
The Magic of SQL with Chris Saxon

Copyright © 2015 Oracle and/or its affiliates. Oracle is a registered trademark of Oracle and/or its affiliates. All rights reserved. Other names may be registered trademarks of their respective owners. Oracle disclaims any warranties or representations as to the accuracy or completeness of this recording, demonstration, and/or written materials (the “Materials”). The Materials are provided “as is” without any warranty of any kind, either express or implied, including without limitation warranties or merchantability, fitness for a particular purpose, and non-infringement.
Рекомендации по теме
Комментарии
Автор

even though i have been working with SQL for more than 10 years...your funny way of presentation made me sit and watch this entire series on basic syntax..
fantastic work sir.enjoyed it..

dpu
Автор

Hi Chris, did you mean to say "Copy your group by clause into the select" or "copy your select columns into your group by statement"? Thanks.

LewisCardenas