Small Project on Data Analysis of Inventory Dataset
-- Returns first 100 rows from tutorial.excel_sql_inventory_data
SELECT
product_id,
product_name,
product_type,
unit,
price_unit,
wholesale,
current_inventory
FROM tutorial.excel_sql_invento...
junayedhudbrac.hashnode.dev3 min read