Documentation of a case study about transaction detail PT. Sejahtera Bersama. I did this Case Study when I was taking a Virtual Internship Experience in Bank Muamalat. In the case study, there are 4 tables that can be analyzed
- Orders table : records all the orders placed by the customer.
- Product Category table : records the details of the product categories.
- Products table : records the details of the products sold, including the price, and brand.
- Customers table : records the details of the the customers data.
The first step, I determine what things can be analyzed to help solve problems that exist in the company
- How is the development of sales monthly at the company?
- how the sales progress by category?
- How to increase sales?
- Which city makes the most purchases?
To answer the question, I saw and analyzed from 4 tables, what data can be taken from the four tables to answer the question.
Before analyze the data, do checking and data cleaning first, such as checking for null values or improper values that allow errors to occur.
After determining what data is needed, I implement it using SQL to get the required data. After that I make a visualization using Tableau based on the data that has been taken.
You can see my Data Visualization and insights in this Report.