Filter
Exclude
Time range
-
Near
27 Nov 2025
Day 21 โ€” #21DaysSQLChallenge (Final Day!) ๐Ÿš€ Wrapped up the challenge by building a full performance dashboard 1๏ธโƒฃ Patient metrics 2๏ธโƒฃ Service metrics 3๏ธโƒฃ Staff metrics 21 days done โ€” SQL muscles upgraded ๐Ÿ’ช @dpdzero @indiandataclub #SQLWithIDC #SQL #DataAnalytics #Day21
1
2
32
Day 19 of my 21 Days SQL Challenge โšก Exploring row level ranking for deeper analytical insights Topics: ROW_NUMBER(), RANK(), DENSE_RANK(), OVER clause Challenge by @indiandataclub & @dpdzero #21DaysSQLChallenge #SQLDeveloper #LearnSQL #DataAnalytics #SQLwithIDC
2
12
Day 18 of my 21 Days SQL Challenge โšก Learning how to merge results from multiple queries into one dataset. Topics: UNION, UNION ALL, combining result sets Challenge by @indiandataclub & @dpdzero #21DaysSQLChallenge #SQLDeveloper #LearnSQL #DataAnalytics #SQLwithIDC
4
18
23 Nov 2025
Day 17 โ€” #21DaysSQLChallenge (IDC) Task: Compare each hospital serviceโ€™s admissions against the overall average. ๐Ÿ” What we reported: ๐Ÿง  identify services & areas needing support. @dpdzero @indiandataclub On to Day 18 ๐Ÿš€ #SQLWithIDC #DataAnalytics #DPDzero #IndianDataClub
1
3
76
21 Nov 2025
๐Ÿš‘ Day 15 โ€” SQL Healthcare Analytics Todayโ€™s task: Build a service-level performance report for Week 20 combining: Bringing admissions, satisfaction & staffing into a single view = real insights. @dpdzero @indiandataclub #21DaysSQLChallenge #SQLWithIDC #DataAnalytics #Day15
1
3
36
Day 14 โœ… of #21DaysSQLChallenge by @IndianDataClub x @DPDzero Explored LEFT & RIGHT JOIN to handle unmatched records. Built a staff utilization report showing all staff their weeks present. Takeaway: JOINs COALESCE = clean, complete insights. #SQLWithIDC #SQL
2
18
๐——๐—ฎ๐˜† 14 of #21DaysSQLChallenge ๐Ÿš€ Todayโ€™s focus: LEFT & RIGHT JOIN โ€” include unmatched records for a complete view. ๐Ÿ’ก Key Takeaways: โœ… LEFT JOIN โ†’ all left rows matches โœ… RIGHT JOIN โ†’ all right rows matches โœ… Use COALESCE to handle NULLs #SQLWithIDC
3
17
Day 14 of my 21 Days SQL Challenge โšก Topics: LEFT JOIN, RIGHT JOIN, including unmatched records Challenge by @indiandataclub & @dpdzero #21DaysSQLChallenge #SQLDeveloper #LearnSQL #DataAnalytics #SQLwithIDC
2
19
Day 13 of my 21 Days SQL Challenge โšก Topics: INNER JOIN, joining two tables, relationship understanding Challenge by @indiandataclub & @dpdzero #21DaysSQLChallenge #SQLDeveloper #LearnSQL #DataAnalytics #SQLwithIDC
2
19
๐——๐—ฎ๐˜† 13 of #21DaysSQLChallenge ๐Ÿš€ INNER JOIN โ€” connect tables, get only matching rows. ๐Ÿ’ก Tips: โœ… Use aliases & qualify columns โœ… Chain joins for insights โœ… Filter with WHERE after join #SQLWithIDC
2
27
Day 11 of #21DaysSQLChallenge with @indiandataclub! Today's topic: DISTINCT keyword โ€” the simplest way to handle duplicatesโœจ โœ… COUNT(DISTINCT col) for unique counts โœ… GROUP BY for aggregates, DISTINCT for quick de-duplication โœ… NULL values count as one #SQLWithIDC #SQL
1
2
19
Day 11 of my 21 Days SQL Challenge โšก DISTINCT and Handling Duplicates Topics: DISTINCT, removing duplicates, unique values Challenge by @indiandataclub & @dpdzero #21DaysSQLChallenge #sqldevelopers #LearnSQL #DataAnalytics #SQLwithIDC
2
13
Day 09/21dayssqlchallenge #SQLwithIDC SELECTservice,COUNT(patient_id) AS patient_count, AVG(DATEDIFF(departure_date, arrival_date)) AS avg_length_of_stay FROM PATIENTS GROUP BY service HAVING AVG(DATEDIFF(departure_date, arrival_date)) > 7 ORDER BY avg_length_of_stay DESC;
2
15
Day 8 โœ… of #21DaysSQLChallenge by @IndianDataClub x @DPDzero Topic: String Functions โ€” UPPER, LOWER, LENGTH, CONCAT, SUBSTRING ๐Ÿง  Key takeaways: โœ”๏ธ Text formatting & merging โœ”๏ธ Age grouping โœ”๏ธ String filtering Challenge: Build a patient summary using these functions. #SQL
2
21
Day 8 of #21DaysSQLChallenge ๐Ÿš€ Todayโ€™s focus: String Functions โœจ ๐Ÿ’ก Key takeaways: โ€ข UPPER() / LOWER() โ€“ change text case โ€ข CONCAT() โ€“ join strings โ€ข SUBSTRING() โ€“ extract parts โ€ข LENGTH() โ€“ count chars โ€ข REPLACE() / TRIM() โ€“ clean text #SQLWithIDC
3
32
Day 7 โœ… of #21DaysSQLChallenge by @IndianDataClub x @DPDzero ๐Ÿ’ก Topic: HAVING Clause โ€” filtering aggregated results! Learned: โœ… WHERE vs HAVING โœ… Filtering groups post-aggregation โœ… Combining multiple conditions SQL gets logical & fun! ๐Ÿš€ #SQL #SQLWithIDC
2
29
๐Ÿ—“๏ธ Day 7 of #21DaysSQLChallenge by @indiandataclub! Today's focus : HAVING clauseโœจ โžก๏ธWHERE: - Filters rows before grouping - Cannot use aggregate functions โžก๏ธHAVING: - Filters groups after grouping - Can use aggregate functions #SQLWithIDC #SQL
1
4
26
10 Nov 2025
Day 7 โ€“ IDC 21 Days of SQL w/ #DPDzero Task: Find services with >100 refusals & avg satisfaction < 80 ๐Ÿ‘‡ Spotting high-friction services = key for patient experience ๐Ÿ“Š Day 8 ๐Ÿš€ @dpdzero @indiandataclub #21DaysSQLChallenge #SQLWithIDC #IndianDataClub #SQLPractice #Day7
2
16
Day 7 of #21DaysSQLChallenge by @indiandataclub & @dpdzero Topic: HAVING Clause Learned how HAVING filters aggregated results after grouping โ€” unlike WHERE, which filters rows before grouping. #SQL #DataAnalytics #SQLWithIDC #LearningInPublic
2
18