#21daysofsql search results
๐ Day 10 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored CASE statements for conditional logic Perfect for categorizing data & creating dynamic columns! ๐ฏChallenge: Build a service report with avg satisfaction โ tag as Excellent, Good, Fair, or Needs Improvement #Data
7-Day SQL Learning Streak! Proud to stay consistent in the #21DaysOfSQL challenge by @IndianDataClub x @DPDzero ๐ฅ Every single day is helping me sharpen my data mindset and SQL fundamentals. On to Day 8 ๐ #SQLWithIDC #DataAnalytics #LearningJourney #Consistency
๐ Day 12 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on handling NULL values ๐งฉ Learned IS NULL, IS NOT NULL, and COALESCE to clean & manage missing data. ๐ฏ Challenge: Compare weeks with vs without events โ avg satisfaction & staff morale #SQL #DataAnalytics #Day12
๐ Day 7 | #21DaysOfSQL by @IndianDataClub x @DPDzero Covered HAVING โ used to filter results after GROUP BY ๐ Perfect for conditions on aggregates like COUNT & AVG. ๐ฏ Challenge: Find services with >100 refusals & avg satisfaction < 80. #SQL #DataAnalytics #Day7
๐ Day 4 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored LIMIT + OFFSET for pagination ๐ ๐น LIMIT โ restrict rows ๐น OFFSET โ skip rows ๐น Better with ORDER BY ๐ฏ Challenge: Get 3rdโ7th highest satisfaction scores (patient_id, name, service, satisfaction). #SQL #Day4
๐ Day 2 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on mastering the WHERE clause ๐ ๐ง Learned filtering with =, !=, AND, OR, IN, BETWEEN, LIKE ๐ฏChallenge: Find patients in Surgery with satisfaction < 70 ๐ฅ ๐ Repo: github.com/gagan8605/IDC_โฆ #SQL #DataAnalytics #Day2
๐ Day 8 | #21DaysOfSQL by @IndianDataClub x @DPDzero Worked with string functions: UPPER, LOWER, LENGTH, CONCAT, SUBSTRING โจ Great for cleaning + formatting text data. ๐ฏ Challenge: Build patient summary (name formatting, age group, length > 10). #SQL #DataAnalytics #Day8
๐ Day 9 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored date functions: extraction, date math & filtering Useful for length-of-stay, month/year grouping, & timelines. ๐ฏ Challenge: Avg stay (days) per service โ show only >7 days + patient count (DESC). #SQL #Data #day9
๐ Day 1 | #21DaysOfSQL by @IndianDataClub x @DPDzero Learned the power of SELECT โ the first step in talking to data! ๐ง SELECT * | Columns | LIMIT | DISTINCT ๐ฏ Challenge: List unique hospital services ๐ฅ ๐ Repo Link | ๐ github.com/gagan8605/IDC_โฆ #SQL #DataAnalytics #Day1
๐ Day 3 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on ORDER BY for sorting ๐ ๐น Sort by age (DESC) ๐น Weekly data by week ASC + requests DESC ๐น Staff sorted AโZ ๐ฏ Challenge: Top 5 weeks with highest patient refusals ๐ #SQL #DataAnalytics #Day3
๐ Day 5 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on aggregates: COUNT, SUM, AVG, MIN, MAX ๐ Great for totals, averages & minโmax insights. ๐ฏ Challenge: Find total admitted, total refused & avg satisfaction (rounded). #SQL #DataAnalytics #Day5
๐ Day 6 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored GROUP BY to summarize data by category ๐ Great for counts, averages & service-level insights. ๐ฏ Challenge: For each service โ total admitted, refused & admission rate (sorted DESC). #SQL #DataAnalytics #Day6
Day 1 โ IDC 21 Days of SQL with #DPDzero Set up hospital DB + explored data โ First query ๐ SELECT DISTINCT service FROM hospital.services_weekly; Strong foundations ๐ช On to Day 2 ๐ #21DaysOfSQL #IDCChallenge #SQLLearning #Day1 #MySQLJourney #SQLWithIDC
From tomorrow (-1 )day ->enrolled a sql course on udemy #21daysofsql
Day 7 of #21daysofsql Completed Unions and subqueries today
Day 2 of #21daysofsql Completed basics filtering section today
Day 8 of #21daysofsql In 8th section solved 5 questions easy and moderate level (16:01:2024)
Day 9 of #21daysofsql Solved 2 questions One was moderate and second was difficult level (2024:01:17)
Started little late Day 1 of #21daysofsql Completed a first section from the course (getting started with sql)
๐ Day 12 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on handling NULL values ๐งฉ Learned IS NULL, IS NOT NULL, and COALESCE to clean & manage missing data. ๐ฏ Challenge: Compare weeks with vs without events โ avg satisfaction & staff morale #SQL #DataAnalytics #Day12
๐ Day 10 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored CASE statements for conditional logic Perfect for categorizing data & creating dynamic columns! ๐ฏChallenge: Build a service report with avg satisfaction โ tag as Excellent, Good, Fair, or Needs Improvement #Data
๐ Day 9 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored date functions: extraction, date math & filtering Useful for length-of-stay, month/year grouping, & timelines. ๐ฏ Challenge: Avg stay (days) per service โ show only >7 days + patient count (DESC). #SQL #Data #day9
7-Day SQL Learning Streak! Proud to stay consistent in the #21DaysOfSQL challenge by @IndianDataClub x @DPDzero ๐ฅ Every single day is helping me sharpen my data mindset and SQL fundamentals. On to Day 8 ๐ #SQLWithIDC #DataAnalytics #LearningJourney #Consistency
๐ Day 8 | #21DaysOfSQL by @IndianDataClub x @DPDzero Worked with string functions: UPPER, LOWER, LENGTH, CONCAT, SUBSTRING โจ Great for cleaning + formatting text data. ๐ฏ Challenge: Build patient summary (name formatting, age group, length > 10). #SQL #DataAnalytics #Day8
๐ Day 7 | #21DaysOfSQL by @IndianDataClub x @DPDzero Covered HAVING โ used to filter results after GROUP BY ๐ Perfect for conditions on aggregates like COUNT & AVG. ๐ฏ Challenge: Find services with >100 refusals & avg satisfaction < 80. #SQL #DataAnalytics #Day7
๐ Day 6 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored GROUP BY to summarize data by category ๐ Great for counts, averages & service-level insights. ๐ฏ Challenge: For each service โ total admitted, refused & admission rate (sorted DESC). #SQL #DataAnalytics #Day6
๐ Day 5 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on aggregates: COUNT, SUM, AVG, MIN, MAX ๐ Great for totals, averages & minโmax insights. ๐ฏ Challenge: Find total admitted, total refused & avg satisfaction (rounded). #SQL #DataAnalytics #Day5
๐ Day 4 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored LIMIT + OFFSET for pagination ๐ ๐น LIMIT โ restrict rows ๐น OFFSET โ skip rows ๐น Better with ORDER BY ๐ฏ Challenge: Get 3rdโ7th highest satisfaction scores (patient_id, name, service, satisfaction). #SQL #Day4
๐ Day 3 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on ORDER BY for sorting ๐ ๐น Sort by age (DESC) ๐น Weekly data by week ASC + requests DESC ๐น Staff sorted AโZ ๐ฏ Challenge: Top 5 weeks with highest patient refusals ๐ #SQL #DataAnalytics #Day3
๐ Day 2 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on mastering the WHERE clause ๐ ๐ง Learned filtering with =, !=, AND, OR, IN, BETWEEN, LIKE ๐ฏChallenge: Find patients in Surgery with satisfaction < 70 ๐ฅ ๐ Repo: github.com/gagan8605/IDC_โฆ #SQL #DataAnalytics #Day2
๐ Day 1 | #21DaysOfSQL by @IndianDataClub x @DPDzero Learned the power of SELECT โ the first step in talking to data! ๐ง SELECT * | Columns | LIMIT | DISTINCT ๐ฏ Challenge: List unique hospital services ๐ฅ ๐ Repo Link | ๐ github.com/gagan8605/IDC_โฆ #SQL #DataAnalytics #Day1
Day 9 of #21daysofsql Solved 2 questions One was moderate and second was difficult level (2024:01:17)
Day 8 of #21daysofsql In 8th section solved 5 questions easy and moderate level (16:01:2024)
๐ Day 10 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored CASE statements for conditional logic Perfect for categorizing data & creating dynamic columns! ๐ฏChallenge: Build a service report with avg satisfaction โ tag as Excellent, Good, Fair, or Needs Improvement #Data
๐ Day 2 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on mastering the WHERE clause ๐ ๐ง Learned filtering with =, !=, AND, OR, IN, BETWEEN, LIKE ๐ฏChallenge: Find patients in Surgery with satisfaction < 70 ๐ฅ ๐ Repo: github.com/gagan8605/IDC_โฆ #SQL #DataAnalytics #Day2
7-Day SQL Learning Streak! Proud to stay consistent in the #21DaysOfSQL challenge by @IndianDataClub x @DPDzero ๐ฅ Every single day is helping me sharpen my data mindset and SQL fundamentals. On to Day 8 ๐ #SQLWithIDC #DataAnalytics #LearningJourney #Consistency
๐ Day 7 | #21DaysOfSQL by @IndianDataClub x @DPDzero Covered HAVING โ used to filter results after GROUP BY ๐ Perfect for conditions on aggregates like COUNT & AVG. ๐ฏ Challenge: Find services with >100 refusals & avg satisfaction < 80. #SQL #DataAnalytics #Day7
๐ Day 12 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on handling NULL values ๐งฉ Learned IS NULL, IS NOT NULL, and COALESCE to clean & manage missing data. ๐ฏ Challenge: Compare weeks with vs without events โ avg satisfaction & staff morale #SQL #DataAnalytics #Day12
๐ Day 8 | #21DaysOfSQL by @IndianDataClub x @DPDzero Worked with string functions: UPPER, LOWER, LENGTH, CONCAT, SUBSTRING โจ Great for cleaning + formatting text data. ๐ฏ Challenge: Build patient summary (name formatting, age group, length > 10). #SQL #DataAnalytics #Day8
๐ Day 4 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored LIMIT + OFFSET for pagination ๐ ๐น LIMIT โ restrict rows ๐น OFFSET โ skip rows ๐น Better with ORDER BY ๐ฏ Challenge: Get 3rdโ7th highest satisfaction scores (patient_id, name, service, satisfaction). #SQL #Day4
๐ Day 1 | #21DaysOfSQL by @IndianDataClub x @DPDzero Learned the power of SELECT โ the first step in talking to data! ๐ง SELECT * | Columns | LIMIT | DISTINCT ๐ฏ Challenge: List unique hospital services ๐ฅ ๐ Repo Link | ๐ github.com/gagan8605/IDC_โฆ #SQL #DataAnalytics #Day1
๐ Day 5 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on aggregates: COUNT, SUM, AVG, MIN, MAX ๐ Great for totals, averages & minโmax insights. ๐ฏ Challenge: Find total admitted, total refused & avg satisfaction (rounded). #SQL #DataAnalytics #Day5
๐ Day 3 | #21DaysOfSQL by @IndianDataClub x @DPDzero Focused on ORDER BY for sorting ๐ ๐น Sort by age (DESC) ๐น Weekly data by week ASC + requests DESC ๐น Staff sorted AโZ ๐ฏ Challenge: Top 5 weeks with highest patient refusals ๐ #SQL #DataAnalytics #Day3
๐ Day 6 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored GROUP BY to summarize data by category ๐ Great for counts, averages & service-level insights. ๐ฏ Challenge: For each service โ total admitted, refused & admission rate (sorted DESC). #SQL #DataAnalytics #Day6
๐ Day 9 | #21DaysOfSQL by @IndianDataClub x @DPDzero Explored date functions: extraction, date math & filtering Useful for length-of-stay, month/year grouping, & timelines. ๐ฏ Challenge: Avg stay (days) per service โ show only >7 days + patient count (DESC). #SQL #Data #day9
Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 69.3K posts
- 2. Eagles 103K posts
- 3. Pickens 21.6K posts
- 4. Ceedee 1,060 posts
- 5. Browns 81.6K posts
- 6. Raiders 48.6K posts
- 7. Tom Brady 10.6K posts
- 8. Saquon 6,136 posts
- 9. Nimmo 16.2K posts
- 10. Patullo 9,447 posts
- 11. Jalen 21.8K posts
- 12. Shedeur 89.1K posts
- 13. Mets 22.2K posts
- 14. Myles Garrett 9,474 posts
- 15. Philly 16.2K posts
- 16. Trevor Lawrence 3,549 posts
- 17. Jags 5,557 posts
- 18. Semien 10.3K posts
- 19. #PHIvsDAL 8,542 posts
- 20. Sirianni 3,538 posts