Filter
Exclude
Time range
-
Near
Sharing my 21 Days SQL Challenge Certificate! ๐Ÿ™Œ Thanks @IndianDataClub & @dpdzero for the learning journey. #SQLWithIDC #SQL #Analytics
2
17
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 19/21 days sql challenge #SQLwithIDC with @indiandataclub and @dpdzero SELECT SERVICE, SUM(PATIENTS_ADMITTED) AS TOTAL_PATIENTS_ADMITTED, RANK() OVER (ORDER BY SUM(PATIENTS_ADMITTED) DESC) AS ADMISSION_RANK FROM SERVICES_WEEKLY GROUP BY SERVICE;
3
27
24 Nov 2025
Day 18 โ€” #21DaysSQL Challenge with #SQLWithIDC Todayโ€™s task: ๐Ÿ”— Combine patients staff from critical departments (Surgery & Emergency) @dpdzero @indiandataclub unified healthcare insights On to Day 19! ๐Ÿš€ #SQL #DataAnalytics #IndianDataClub #DPDzero #AnalyticsJourney
3
20
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
day -18/21 Days SQl challenge #SQLwithIDC Getting back to the Grind of SQL with @indiandataclub and @dpdzero
4
27
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 16/21days sql challenge Back to the SQL grind #SQLwithIDC with @indiandataclub and @dpdzero
3
23
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 12/21 sql challenge #SQLwithIDC @indiandataclub @dpdzero
2
22
Hereโ€™s the Day 11 Challenge for 21 Days of SQL. Letโ€™s do it together! @dpdzero #SQLWithIDC
2
63
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