SQL Queries for Bowling Tournament Analysis and Statistics

Development of SQL queries to analyze and visualize bowling tournament data.

Lily Green
Contributor
4.2
44
10 months ago
Preview (2 of 6 Pages)
100%
Log in to unlock

Page 1

SQL Queries for Bowling Tournament Analysis and Statistics - Page 1 preview image

Loading page ...

SQL Queries for Bowling Tournament Analysis and StatisticsPart 11.SELECTCOUNT(*) AS "Total Bowlers" FROM BowlersWHEREBowlerCity = 'Bothell'ANDBowlerState = 'WA';2.SELECTCOUNT(*) AS "WINNERS" FROM BOWLER_SCORESWHEREMatchID = 14ANDGameNumber = 2ANDWonGame = 1;3.SELECTCOUNT(*) AS "Games Won"FROMBOWLER_SCORESWHEREBowlerID = 8ANDWonGame = 1;

Page 2

SQL Queries for Bowling Tournament Analysis and Statistics - Page 2 preview image

Loading page ...

Preview Mode

This document has 6 pages. Sign in to access the full document!