Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
960Subhamsingh committed Dec 25, 2024
1 parent a920c58 commit 5412b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Retail sales Analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project is designed to demonstrate SQL skills and techniques typically used

### 1. Database Setup

- **Database Creation**: The project starts by creating a database named `retailsales`.
- **Database Creation**: The project starts by creating a database named `Retailsales`.
- **Table Creation**: A table named `retail_sales` is created to store the sales data. The table structure includes columns for transaction ID, sale date, sale time, customer ID, gender, age, product category, quantity sold, price per unit, cost of goods sold (COGS), and total sale amount.

```
Expand Down

0 comments on commit 5412b65

Please sign in to comment.