Skip to content

Commit 69d0602

Browse files
authored
Create README.md
1 parent 77ed3b7 commit 69d0602

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

Projects/E-Commerce/README.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# TÜRKÇE
2+
# E-commerce SQL Projesi
3+
4+
![E-commerce SQL Projesi](https://github.com/huseyincenik/SQL---Structured-Query-Language/assets/127469334/5eedd4ab-fee5-4f4a-b7d5-9247b2661219)
5+
6+
Bu proje, bir E-commerce (Elektronik Ticaret) veritabanı tasarımı ve sorgulama işlemleriyle ilgilenmektedir. Amaç, bir online alışveriş sitesinin verilerini etkin bir şekilde depolayabilmek ve bu verilere çeşitli sorgularla erişim sağlayarak analizler yapmaktır.
7+
8+
## Önizleme
9+
10+
![Örnek Sorgu Sonuçları](https://github.com/huseyincenik/SQL---Structured-Query-Language/assets/127469334/198aee57-f00f-490b-abef-287f7b5c9ffd)
11+
12+
## Proje İçeriği
13+
14+
Bu proje, aşağıdaki bileşenleri içermektedir:
15+
16+
1. **Veritabanı Şeması**: E-commerce işine özgü tabloların ve ilişkilerin tasarımını içeren SQL dosyası.
17+
18+
2. **Normalization**: Veritabanı tablolarının normalizasyon işlemini içeren SQL dosyası.
19+
- Dosya Adı: `schemaandnormalization.sql`
20+
21+
3. **Sorgular**: Veritabanı üzerinde yapılacak farklı sorgu örnekleri ve kullanımı açıklamaları.
22+
- Dosya Adı: `queries.sql`
23+
24+
4. **Sorgu Sonuçları Raporu**: SQL sorgu sonuçlarının yer aldığı Word dosyası.
25+
- Dosya Adı: `query_results.docx`
26+
27+
5. **Proje Aşamaları Raporu**: Proje geliştirme aşamalarının ve adımlarının yer aldığı PDF dosyası.
28+
- Dosya Adı: `project_stages.pdf`
29+
30+
31+
## Katkı ve Geri Bildirim
32+
33+
Bu projeye katkıda bulunmak veya geri bildirimde bulunmak isterseniz, lütfen bir Pull Request oluşturun veya bir Issue açın. Her türlü geri bildirim ve katkıya açığım!
34+
35+
36+
---
37+
38+
Umarım bu README.md dosyası E-commerce SQL projesi için size yardımcı olur. Projeye katılanların ve ziyaretçilerin kolaylıkla projeyle ilgili bilgi alabileceği, kullanım adımlarının açıkça belirtildiği ve katkı sağlama yönergelerinin yer aldığı bir dokümantasyon sunar. İyi çalışmalar! 🚀📊💻 #DataAnalysis #SQL #Ecommerce #DataScience
39+
40+
# ENGLISH
41+
42+
# E-commerce SQL Project
43+
44+
![E-commerce SQL Project](https://github.com/huseyincenik/SQL---Structured-Query-Language/assets/127469334/5eedd4ab-fee5-4f4a-b7d5-9247b2661219)
45+
46+
This project focuses on the design and querying of an E-commerce (Electronic Commerce) database. The aim is to effectively store data from an online shopping site and access this data through various queries to perform analysis.
47+
48+
## Preview
49+
50+
![Sample Query Results](https://github.com/huseyincenik/SQL---Structured-Query-Language/assets/127469334/198aee57-f00f-490b-abef-287f7b5c9ffd)
51+
52+
## Project Contents
53+
54+
This project includes the following components:
55+
56+
1. **Database Schema**: SQL file containing the design of tables and relationships specific to E-commerce operations.
57+
58+
2. **Normalization**: SQL file containing the normalization process for database tables.
59+
- File Name: `schemaandnormalization.sql`
60+
61+
3. **Queries**: SQL file containing various query examples and their explanations for the database.
62+
- File Name: `queries.sql`
63+
64+
4. **Query Results Report**: Word document containing the results of SQL queries.
65+
- File Name: `query_results.docx`
66+
67+
5. **Project Stages Report**: PDF document detailing the development stages and steps of the project.
68+
- File Name: `project_stages.pdf`
69+
70+
## Contribution and Feedback
71+
72+
If you would like to contribute or provide feedback to this project, please create a Pull Request or open an Issue. I am open to any feedback and contributions!
73+
74+
---
75+
76+
I hope this README.md file helps you understand the E-commerce SQL project better. It provides project participants and visitors with clear information about the project, usage steps, and guidelines for contributing in a friendly and approachable manner. Happy coding! 🚀📊💻 #DataAnalysis #SQL #Ecommerce #DataScience
77+

0 commit comments

Comments
 (0)