Plantix _ Data Analyst Case Study - B2B data

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Table name Column name Comment

sales_orders Table contains all orders


order_id Unique identifier of order
fk_buyer_id Unique identifier of order
fk_depot_id Unique identifier of order
sales_order_status Status of order
creation_time Order creation time

sales_orders_items Table contains the specifics of each order, each order is spli into multiple rows here, one for each product
order_item_id Unique identifier of order - product
fk_product_id Unique identifier of product ordered
fk_order_id Unique identifier of order, just order_id in the sales_orders table
ordered_quantity Ordered Quantity
order_quantity_accepted Accepter ordered quantity
rate Price of unit

login_logs Table containing all logins of users


login_log_id Unique identifier of login
user_id Unique identifier of login
login_time Time of login

In all tables data have been provided for July 2021 and July 2022

You might also like