Explore tweets tagged as #21DaysSQLChallenge
๐๐ฎ๐ 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
0
0
0
Day 10 โ
of #21DaysSQLChallenge by @IndianDataClub x @DPDzero Topic: CASE WHEN & Conditional Logic Today I learned to make SQL smarter โ adding if-else logic inside queries ๐ก Categorized satisfaction, grouped patients, & built performance reports with CASE! #SQLWithIDC
0
0
1
๐๐ฎ๐ 12 #21DaysSQLChallenge ๐ Handling NULLs & comparing categories โ
IS NULL / IS NOT NULL โ
COALESCE for fallback โ
COUNT(*) vs COUNT(column) โ
CTE + CASE for clean summaries โ ๏ธ Donโt treat NULL as a value Stepwise queries = clear & scalable SQL! ๐ #SQLWithIDC
0
0
1
๐๐๐ฒ ๐๐โ #21DaysSQLChallenge with @indiandataclub Club sponsored by @dpdzero ๐๐จ๐ฉ๐ข๐:ย ๐๐๐๐ ๐
๐ฎ๐ง๐๐ญ๐ข๐จ๐ง๐ฌ, ๐๐๐ญ๐ ๐๐ซ๐ข๐ญ๐ก๐ฆ๐๐ญ๐ข๐, ๐๐๐๐๐๐๐
1
0
1
Day 13 โ IDC 21 Days of SQL w/ #DPDzero Built a report linking patients + staff availability. included services with >5 staff & sorted by staff count ๐ Cross-table insights = stronger analysis ๐ช @dpdzero @indiandataclub
#21DaysSQLChallenge #SQLWithIDC #DataAnalytics #Day13
0
0
1
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
0
0
1
Day 11 โ
of #21DaysSQLChallenge by @IndianDataClub x @DPDzero Learned how to use DISTINCT to remove duplicates, get unique values, and count unique combos. Challenge: Find unique service + event pairs (excluding null/none) & sort by count. Loving the progress! ๐ #SQL
0
0
1
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
0
0
2
Day 12 of #21DaysSQLChallenge by @indiandataclub! Todayโs focus: NULL values โ the silent troublemakers in every dataset.๐ In SQL, NULL simply means unknown. Not 0. Not empty. Not missing a value intentionally. To replace NULLs, we can use COALESCE()! #SQLWithIDC #SQL
0
0
0
Day 12 โ IDC 21 Days of SQL w/ #DPDzero Analyzed event impact by comparing weeks with events vs no events ๐ Events clearly influence satisfaction & morale ๐ On to Day 13 ๐ @dpdzero @indiandataclub
#21DaysSQLChallenge #SQLLearning #DataAnalytics #SQLWithIDC #Day12
0
0
1
Day 12 of #21DaysSQLChallenge Highlights: โข = doesnโt work on NULL โข COUNT(*) vs COUNT(column) โข COALESCE for default values โข NULL breaks arithmetic โข Handled NULLs properly in ORDER BY #SQLWithIDC @dpdzero @indiandataclub
0
0
0
Day 10 of my 21 Days SQL Challenge โก Topics: CASE WHEN, conditional logic, derived columns Challenge by @indiandataclub & @dpdzero
#21DaysSQLChallenge #SQLDeveloper #LearnSQL #DataAnalytics #SQLwithIDC
0
0
1
Day 9 โ
of #21DaysSQLChallenge by @IndianDataClub x @DPDzero Topic โ Date Functions in SQL โฐ Todayโs challenge focused on: ๐
Working with DATE functions ๐ Calculating avg stay per service (>7 days) ๐ง Key learnings: DATEDIFF, EXTRACT, date formats & filtering #SQL
0
0
1
Day 9 of #21DaysSQLChallenge Date functions Learned how SQL handles time using YEAR(), MONTHNAME(), and DATEDIFF(). Got the order right: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY. Date format matters. Keep it YYYY-MM-DD. #SQLWithIDC
@dpdzero @indiandataclub
0
0
0
Excited to keep improving my SQL logic and query efficiency through the 21 Days of SQL Challenge by @indiandataclub Club and @dpdzero ! #SQL #DataAnalytics #IndianDataClub #LearningJourney #IDCWithSQL #21DaysSQLChallenge
0
0
0
Day 10 | #21DaysSQLChallenge with @indiandataclub & @dpdzero Learned conditional logic with CASE WHEN: ๐น Categorised satisfaction levels ๐น Grouped staff roles ๐ก Challenge: Classify services as Excellent, Good, Fair, or Needs Improvement #SQLWithIDC #SQL #DataAnalytics
0
0
0
Day 11 of #21DaysSQLChallenge by @IndianDataClub & @dpdzero ๐น Topic: DISTINCT & Removing Duplicates Learned how to fetch unique values, count distinct entries, and handle duplicate records efficiently using DISTINCT and COUNT(DISTINCT). #SQLWithIDC #LearnSQL #IDCChallenge
0
0
1
Day 4 โ
of #21DaysSQLChallenge by @IndianDataClub x @DPDzero ๐งฉ Topic: LIMIT and OFFSET ๐ป Challenge: Fetch 3rdโ7th highest patient satisfaction scores ๐ SELECT patient_id, name, service, satisfaction FROM patients ORDER BY satisfaction DESC LIMIT 5 OFFSET 2; #SQLWithIDC
0
0
4
Day 12 of my 21 Days SQL Challenge โก NULL Values and IS NULL / IS NOT NULL Topics: NULL handling, IS NULL, IS NOT NULL, COALESCE Challenge by @indiandataclub & @dpdzero
#21DaysSQLChallenge #SQLDeveloper #LearnSQL #DataAnalytics #SQLwithIDC
0
0
1
Day 9 of #21DaysSQLChallenge by @IndianDataClub & @dpdzero ๐น Topic: Date Functions Learned to work with dates in SQL โ from calculating stay duration to filtering patients by month/year. #SQLWithIDC #LearnSQL #DataAnalytics #SQLDeveloper #IDCChallenge
0
0
0