__STYLES__
This is my first project exploring the vast capabilities of SQL and Microsoft SSMS. To start, I chose the Restaurant Ratings dataset from the Maven Data Playground and downloaded the Excel files. Then, I loaded the 5 tables into Microsoft SSMS by creating identical table structures and copy/pasting the data over.
The goal of this project was to answer 5 questions about the data that I devised based on examining the data information and the fields available. Here are the questions and the SQL skills required to come up with answers for them.
SKILLS: GROUP BY, subqueries, JOIN, AVG(), COUNT()
SKILLS: data type conversion, SUM(), JOIN, FORMAT(), subquery
SKILLS: GROUP BY, HAVING, ORDER BY, TOP(), JOIN
SKILLS: JOIN, WHERE
SKILLS: CASE WHEN, JOIN, GROUP BY, subquery
While relatively elementary, these skills showcase the power of what SQL can accomplish in data, and how valuable insights can be extracted using it.