Explore tweets tagged as #21DaysSQLChallenge
@abhilashadhole5
Abhilasha
8 hours
๐——๐—ฎ๐˜† 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
@vini_pa99796
Ashvini Patil
4 days
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
@abhilashadhole5
Abhilasha
2 days
๐——๐—ฎ๐˜† 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
@mayanksharmas11
Mayank sharma
5 hours
๐ƒ๐š๐ฒ ๐ŸŽ๐Ÿ—โ€“ #21DaysSQLChallenge with @indiandataclub Club sponsored by @dpdzero ๐“๐จ๐ฉ๐ข๐œ:ย ๐ƒ๐€๐“๐„ ๐…๐ฎ๐ง๐œ๐ญ๐ข๐จ๐ง๐ฌ, ๐ƒ๐š๐ญ๐ž ๐€๐ซ๐ข๐ญ๐ก๐ฆ๐ž๐ญ๐ข๐œ, ๐„๐—๐“๐‘๐€๐‚๐“
1
0
1
@Vikash040999
Vikash
24 hours
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
@vinitsolanki111
Vinit Solanki
6 hours
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
@vini_pa99796
Ashvini Patil
2 days
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
@vinitsolanki111
Vinit Solanki
3 days
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
@shreya_kataru
Kataru Shreya
2 days
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
@Vikash040999
Vikash
2 days
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
@pragati_jag
Pragati Jagadale
2 days
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
@vinitsolanki111
Vinit Solanki
4 days
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
@vini_pa99796
Ashvini Patil
5 days
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
@pragati_jag
Pragati Jagadale
5 days
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
@mayanksharmas11
Mayank sharma
5 days
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
@TheArranger
The Arranger
4 days
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
@KaleRoshani1
Roshani Gokul Kale
3 days
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
@vini_pa99796
Ashvini Patil
11 days
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
@vinitsolanki111
Vinit Solanki
2 days
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
@KaleRoshani1
Roshani Gokul Kale
5 days
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