Hi!
in this study you will use your database skills to answer a few questions. Please follow the steps below.
-
The repository contains two .sql files:
- w3schools.sql - A script to recreate the database structure used in w3schools (https://www.w3schools.com/sql/trysql.asp?filename=trysql_editor)
- programiz.sql - Creates the w3schools database structure in programiz (https://www.programiz.com/sql/online-compiler/)
-
You have 3 options to work on the study
- Use w3schools (Online SQL Editor) - here the tables already exist and can be used
- Use programiz (Online SQL Editor) - here you have to import the tables and their content using either the w3schools.sql or programiz.sql file
- Use your local, favorite SQL tool - here you also have to import the tables and their content. For that you can download the .sql file.
-
The sql scripts will create the following tables:
- categories
- customers
- employees
- orders
- order_details
- products
- shippers
- suppliers
-
Once the database is ready to be used, please answer the following questions
- Which customers had the most orders?
- On average how many products were included into an order?
- Which customer ordered the most Chocolade?
- Create a dashboard in your favorite tool (Tableau, Power BI, Excel) that shows the main KPIs of the data entries. What interesting facts can you come up with?
-
Submit your answers in your preferred way
-
Result submission/presentation
- Presentation mode: Everything is allowed (surprise us and show us your innovative ideas)
- Result presentation language: English
- Submission: Either an Excel file, or screenshots showing dashboards in your favourite tool
Resources
- W3 Schools: https://www.w3schools.com/sql/trysql.asp?filename=trysql_editor
- Programiz: https://www.programiz.com/sql/online-compiler/
- Or install a database system on your local PC and import the database
I'm not associated with W3Schools but I have to give them a big shout-out. This is their website: https://www.w3schools.com