0% found this document useful (0 votes)
13 views

Plantix - Data Analyst Case Study - B2B Data

Plantix case study questions

Uploaded by

Purvi Majoka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Plantix - Data Analyst Case Study - B2B Data

Plantix case study questions

Uploaded by

Purvi Majoka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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