Skip to content

Commit 5412b65

Browse files
update
1 parent a920c58 commit 5412b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Retail sales Analysis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This project is designed to demonstrate SQL skills and techniques typically used
1919

2020
### 1. Database Setup
2121

22-
- **Database Creation**: The project starts by creating a database named `retailsales`.
22+
- **Database Creation**: The project starts by creating a database named `Retailsales`.
2323
- **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.
2424

2525
```

0 commit comments

Comments
 (0)