-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSQL-Basic_flashcards
More file actions
44 lines (32 loc) · 1.27 KB
/
SQL-Basic_flashcards
File metadata and controls
44 lines (32 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# SQL Flashcards
These are my SQL flashcards created using Claude Artifacts.
🔗 **View online:** [Flashcards](https://claude.ai/public/artifacts/d0e2abf0-0e1b-4a8b-bb9e-cc971ec86782)
---
## 🎯 Overview
I've created an interactive SQL flashcards app designed to make learning SQL fun and efficient.
---
## ✨ Features
- **20 essential SQL query cards** covering basic operations
- **Click to flip** each card between question and answer
- **Navigation buttons** to move forward or backward
- **Reset button** to start over anytime
- **Progress tracker** showing your current card number
---
## 📚 Topics Covered
- `SELECT` statements (all columns, specific columns)
- `WHERE` clause and filtering
- `ORDER BY` (sorting)
- `LIMIT`
- Aggregate functions: `COUNT`, `SUM`, `AVG`, `MAX`, `MIN`
- `DISTINCT` for unique values
- Logical operators: `AND`, `OR`
- Pattern matching: `BETWEEN`, `LIKE`
- Handling `NULL` values
- `GROUP BY` and `HAVING` clauses
---
## 🗓️ More Info
- **Created:** *(13-10-2025)*
- **Built using:** Claude Artifacts
- **Purpose:** To practice and memorize core SQL concepts interactively
---
💡 *This project demonstrates my ability to use AI tools creatively for structured, self-paced learning in data analytics.*