AlexNavarroLlecha / lab-mysql-first-queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ironhack logo

Lab | My first queries

Please, connect to the Data Bootcamp Google Database using the credentials provided in class. Choose the database called appleStore (NOT appleStore2!). Use the data table to query the data about Apple Store Apps and answer the following questions:

1. Which are the different genres?

2. Which is the genre with more apps rated?

3. Which is the genre with more apps?

4. Which is the one with less?

5. Take the 10 apps most rated.

6. Take the 10 apps best rated by users.

7. Take a look on the data you retrieved in the question 5. Give some insights.

8. Take a look on the data you retrieved in the question 6. Give some insights.

9. Now compare the data from questions 5 and 6. What do you see?

10. How could you take the top 3 regarding the user ratings but also the number of votes?

11. Does people care about the price? Do some queries, comment why are you doing them and the results you retrieve. What is your conclusion?

Deliverables

You need to submit a .sql file that includes the queries used to answer the questions above, as well as an .md file including your answers.

About


Languages

Language:JavaScript 66.3%Language:HTML 27.2%Language:CSS 6.4%