Skip to content

Shivam-Ray/SQL-4_Optimizing-Online-Sales-Revenue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SQL-4_Optimizing-Online-Sales-Revenue

We will dive into product data such as pricing, reviews, descriptions, and ratings, as well as revenue and website traffic, to produce recommendations for its marketing and sales teams.

info

column data type description
product_name varchar Name of the product
product_id varchar Unique ID for product
description varchar Description of the product

finance

column data type description
product_id varchar Unique ID for product
listing_price float Listing price for product
sale_price float Price of the product when on sale
discount float Discount, as a decimal, applied to the sale price
revenue float Amount of revenue generated by each product, in US dollars

reviews

column data type description
product_name varchar Name of the product
product_id varchar Unique ID for product
rating float Product rating, scored from 1.0 to 5.0
reviews float Number of reviews for the product

traffic

column data type description
product_id varchar Unique ID for product
last_visited timestamp Date and time the product was last viewed on the website

brands

column data type description
product_id varchar Unique ID for product
brand varchar Brand of the product

Releases

No releases published

Packages

No packages published