Skip to content

IronhackBCLabs/lab-mysql-first-queries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ironhack logo

Lab | My first queries

Please, import the .csv database called AppleStore.csv. 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

For this lab, answer all questions in a 'sql' file, commenting before the number of the questions, like this:

/* QUESTION 1: */ ANSWER QUERY

Helpful

If you get problems importing Applestore.csv into MySQL Workbench, use Applestore2.csv instead.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors