#sqlwithidc результаты поиска
Day 3 - #SQLWithIDC Topic: Sorting Data with the ORDER BY Clause ORDER BY teaches us that order reveals meaning. DESC helps us reflect on where we’ve been. Life, like data, becomes clearer when we choose the right order. @indiandataclub @dpdzero #LakkiData #LearningSteps
Day 3 – IDC 21 Days of SQL w/ #DPDzero Today's task: find top 5 weeks with highest patient refusals 👇 Spotting refusal trends = key for healthcare ops & patient experience 💡 On to Day 4 🚀 #21DaysSQLChallenge #SQLWithIDC #IndianDataClub #SQLPractice #DataAnalytics #Day3
Day 2 -#SQLWithIDC Topic:Filtering Data with the WHERE Clause SQL reminds us clarity comes from filtering what truly matters.Just like queries need precise conditions,so does life focus only on the values that align with your purpose @indiandataclub @dpdzero #LakkiData #Learning
Day 3 of #21DaysSQLChallenge by @indiandataclub & @dpdzero Topic : Sorting Data with ORDER BY Focused on sorting data using the ORDER BY clause. Learned how to sort in ascending/descending order and use multiple column sorting. #indiandataclub #SQLWithIDC #21DaysSQLChallenge
Day 1/21 – #SQLwithIDC Challenge Getting back to SQL feels refreshing! Task: List unique services available in hospitals. Query: SELECT DISTINCT service FROM services_weekly;Output: emergency, general_medicine, ICU, surgery .Glad to be part of this challenge with @indiandataclub
Day 1 #SQLWithIDC SQL isn’t just code it’s the language of insight. With every SELECT, you’re not just retrieving columns, you’re uncovering stories. From broad SELECT * to precise column picks, today’s @indiandataclub @dpdzero
Day 1 of the IDC 21 Days of SQL Challenge organized by @indiandataclub @dpdzero #SQLWithIDC Brushed up the SQL - SELECT , filtering , distinct #SQL #sqlbasics
🗓️ Day 3 of #21DaysSQLChallenge by @indiandataclub! Today’s focus: ORDER BY 🎯 It helps you sort query results — alphabetically, numerically, or by date. Use ASC (default) or DESC for descending order. #SQLWithIDC #SQL
🚀 Day 1 of the IDC 21 Days SQL Challenge! Started my journey with basics: SELECT, filtering, exploring tables & finding unique values with DISTINCT. Day 1 challenge: List all unique hospital services. Big thanks to IDC & @dpdzero for the supportive community!🙌 #SQLWithIDC
🚀 Kicking off the 21 Days SQL Challenge with @indiandataclub! Daily learning, practicing & implementing SQL to grow step by step. Starts today & registrations close at 9 PM ⏰ Consistency > Complexity. Let’s level up together! 💪 #SQLWithIDC
🚀 Day 3 of the IDC 21 Days SQL Challenge! Today’s focus: mastering ORDER BY 🔍 Learned how sorting order matters, using DESC for Top N, and why indexes make sorting faster on large datasets SQL turns chaos into clarity! 💡 #SQLWithIDC
📅 Day 2 of my #SQL21DayChallenge by @Indiandataclub & @DPDzero 🔹 Covered: ✅ Filtering data using the WHERE clause 🧠 Challenge: Find patients in the 'Surgery' service with a satisfaction score below 70, showing patient_id, name, age & score. #SQLWithIDC #21DaysOfCode 📊
📅 Day 1 of my #SQL21DayChallenge by @Indiandataclub & @DPDzero 🔹 Covered: ✅ Introduction to SQL ✅ Basics of the SELECT statement 🧠 Challenge: List all unique hospital services Late start, but ready to query my way through data! 📊 #SQLWithIDC #21DaysOfCode
Up for this challenge starting from tomorrow. Today's Induction call was insightful. Thanks a ton, Indian Data Club | @indiandataclub and @dpdzero for #SQLWithIDC challenge. Looking forward to sharing what and how I learned with the data world, here! Stay tuned :)
Registration is live for the 21 Days of SQL Challenge! 👉 *Post link (Read it carefully)* : linkedin.com/feed/update/ur… 👉 *Registration form* (feel free to share this with your friends): forms.office.com/r/xN5AuU9Kc3 📅 Challenge starts on 3rd November. #SQLWithIDC
We’re happy to announce 𝗗𝗣𝗗𝘇𝗲𝗿𝗼 as our 𝗧𝗶𝘁𝗹𝗲 𝗦𝗽𝗼𝗻𝘀𝗼𝗿 𝗳𝗼𝗿 𝘁𝗵𝗲 𝟮𝟭 𝗗𝗮𝘆𝘀 𝗼𝗳 𝗦𝗤𝗟 𝗖𝗵𝗮𝗹𝗹𝗲𝗻𝗴𝗲. DPDzero is building 𝗜𝗻𝗱𝗶𝗮’𝘀 𝗯𝗲𝘀𝘁 𝗔𝗜 Post Link - surl.li/pedxrs #SQLWithIDC #DPDzero
🗓️ Day 1 of the 21 Days SQL Challenge by @indiandataclub! After #30DaysOfPython, I’m back and this time it is SQL! 💻 Not new to it, but revisiting the concepts to see where I can grow. Today’s concept was the SELECT statement — simple yet very essential!✨ #SQLWithIDC #SQL
Good morning everyone! Here’s the Day 1 challenge for 21 Days of SQL. Let’s do it together! @dpdzero #SQLWithIDC
Day 2 of the IDC 21 Days of SQL Challenge organized by @indiandataclub @dpdzero #SQLWithIDC Brushed up the SQL fundamentals #SQL #sqlbasics
Day 3 of the IDC 21 Days of SQL Challenge organized by @indiandataclub @dpdzero #SQLWithIDC Brushed up the SQL fundamentals #SQL #sqlbasics Query Answer : SELECT week, service, patients_refused, patients_request from services_weekly ORDER BY patients_refused DESC LIMIT 5;
🗓️ Day 3 of #21DaysSQLChallenge by @indiandataclub! Today’s focus: ORDER BY 🎯 It helps you sort query results — alphabetically, numerically, or by date. Use ASC (default) or DESC for descending order. #SQLWithIDC #SQL
Day 3 | #21DaysSQLChallenge with @Indiandataclub & @DPDzero Learned to sort data using ORDER BY 🔹 ASC / DESC sorting 🔹 Multi-column ordering 🔹 Top N results with LIMIT 💡 Challenge: Top 5 weeks with highest patient refusals #SQLWithIDC #SQL #DataAnalytics
Day 3 – IDC 21 Days of SQL w/ #DPDzero Today's task: find top 5 weeks with highest patient refusals 👇 Spotting refusal trends = key for healthcare ops & patient experience 💡 On to Day 4 🚀 #21DaysSQLChallenge #SQLWithIDC #IndianDataClub #SQLPractice #DataAnalytics #Day3
📅 Day 2 of my #SQL21DayChallenge by @Indiandataclub & @DPDzero 🔹 Covered: ✅ Filtering data using the WHERE clause 🧠 Challenge: Find patients in the 'Surgery' service with a satisfaction score below 70, showing patient_id, name, age & score. #SQLWithIDC #21DaysOfCode 📊
📅 Day 1 of my #SQL21DayChallenge by @Indiandataclub & @DPDzero 🔹 Covered: ✅ Introduction to SQL ✅ Basics of the SELECT statement 🧠 Challenge: List all unique hospital services Late start, but ready to query my way through data! 📊 #SQLWithIDC #21DaysOfCode
Day 3 of #21DaysSQLChallenge by @indiandataclub & @dpdzero Topic : Sorting Data with ORDER BY Focused on sorting data using the ORDER BY clause. Learned how to sort in ascending/descending order and use multiple column sorting. #indiandataclub #SQLWithIDC #21DaysSQLChallenge
Day 3 - #SQLWithIDC Topic: Sorting Data with the ORDER BY Clause ORDER BY teaches us that order reveals meaning. DESC helps us reflect on where we’ve been. Life, like data, becomes clearer when we choose the right order. @indiandataclub @dpdzero #LakkiData #LearningSteps
🚀 Day 3 of the IDC 21 Days SQL Challenge! Today’s focus: mastering ORDER BY 🔍 Learned how sorting order matters, using DESC for Top N, and why indexes make sorting faster on large datasets SQL turns chaos into clarity! 💡 #SQLWithIDC
Day 3/21 – #SQLwithIDC Challenge 💪 Getting back to the SQL grind! 🧠 Task:Retrieve the top 5 weeks with the highest patient refusals and patients_request. Query:select service,week,patients_refused,patients_request from services_weekly order by patients_refused desc limit 5;
Day 2 ✅ of #21DaysSQLChallenge by @IndianDataClub x @DPDzero Topic: Filtering Data with WHERE Clause 🔍 💡 Learned: Filtering with WHERE, using AND/OR/IN, handling NULLs, & inclusive BETWEEN. Challenge: Find surgery patients with satisfaction < 70. #SQLWithIDC
Day 2 – IDC 21 Days of SQL w/ #DPDzero Today's task: filter patients in Surgery with satisfaction < 70 👇 Learning SQL one query at a time — real data, real insights 💪 On to Day 3 🚀 #21DaysSQLChallenge #SQLWithIDC #IndianDataClub #DataAnalytics #SQLPractice #Day2
Day 2 | #21DaysSQLChallenge with @indiandataclub & @dpdzero Learned to: Filter data using the WHERE clause Apply logical & comparison operators Query specific conditions from hospital data 💡Challenge: Find patients in the ‘Surgery’ service with satisfaction < 70 🏥 #SQLWithIDC
Day 2 of the IDC 21 Days of SQL Challenge organized by @indiandataclub @dpdzero #SQLWithIDC Brushed up the SQL fundamentals #SQL #sqlbasics
Day 3 - #SQLWithIDC Topic: Sorting Data with the ORDER BY Clause ORDER BY teaches us that order reveals meaning. DESC helps us reflect on where we’ve been. Life, like data, becomes clearer when we choose the right order. @indiandataclub @dpdzero #LakkiData #LearningSteps
🚀 Day 3 of the IDC 21 Days SQL Challenge! Today’s focus: mastering ORDER BY 🔍 Learned how sorting order matters, using DESC for Top N, and why indexes make sorting faster on large datasets SQL turns chaos into clarity! 💡 #SQLWithIDC
🗓️ Day 3 of #21DaysSQLChallenge by @indiandataclub! Today’s focus: ORDER BY 🎯 It helps you sort query results — alphabetically, numerically, or by date. Use ASC (default) or DESC for descending order. #SQLWithIDC #SQL
Good morning everyone! Here’s the Day 1 challenge for 21 Days of SQL. Let’s do it together! @dpdzero #SQLWithIDC
Day 1 #SQLWithIDC SQL isn’t just code it’s the language of insight. With every SELECT, you’re not just retrieving columns, you’re uncovering stories. From broad SELECT * to precise column picks, today’s @indiandataclub @dpdzero
Day 3 – IDC 21 Days of SQL w/ #DPDzero Today's task: find top 5 weeks with highest patient refusals 👇 Spotting refusal trends = key for healthcare ops & patient experience 💡 On to Day 4 🚀 #21DaysSQLChallenge #SQLWithIDC #IndianDataClub #SQLPractice #DataAnalytics #Day3
📅 Day 2 of my #SQL21DayChallenge by @Indiandataclub & @DPDzero 🔹 Covered: ✅ Filtering data using the WHERE clause 🧠 Challenge: Find patients in the 'Surgery' service with a satisfaction score below 70, showing patient_id, name, age & score. #SQLWithIDC #21DaysOfCode 📊
Day 2 of the IDC 21 Days of SQL Challenge organized by @indiandataclub @dpdzero #SQLWithIDC Brushed up the SQL fundamentals #SQL #sqlbasics
Day 2 -#SQLWithIDC Topic:Filtering Data with the WHERE Clause SQL reminds us clarity comes from filtering what truly matters.Just like queries need precise conditions,so does life focus only on the values that align with your purpose @indiandataclub @dpdzero #LakkiData #Learning
Day 3 of #21DaysSQLChallenge by @indiandataclub & @dpdzero Topic : Sorting Data with ORDER BY Focused on sorting data using the ORDER BY clause. Learned how to sort in ascending/descending order and use multiple column sorting. #indiandataclub #SQLWithIDC #21DaysSQLChallenge
Day 3 | #21DaysSQLChallenge with @Indiandataclub & @DPDzero Learned to sort data using ORDER BY 🔹 ASC / DESC sorting 🔹 Multi-column ordering 🔹 Top N results with LIMIT 💡 Challenge: Top 5 weeks with highest patient refusals #SQLWithIDC #SQL #DataAnalytics
📅 Day 1 of my #SQL21DayChallenge by @Indiandataclub & @DPDzero 🔹 Covered: ✅ Introduction to SQL ✅ Basics of the SELECT statement 🧠 Challenge: List all unique hospital services Late start, but ready to query my way through data! 📊 #SQLWithIDC #21DaysOfCode
🗓️ Day 2 of the 21 Days SQL Challenge by @indiandataclub! Yesterday was all about the SELECT statement — the base of every query. Today, it was about filtering data with the WHERE clause.🎯 It’s how you tell your database: “I want this, but not that.” #SQLWithIDC #SQL
Day 1 of the IDC 21 Days of SQL Challenge organized by @indiandataclub @dpdzero #SQLWithIDC Brushed up the SQL - SELECT , filtering , distinct #SQL #sqlbasics
🚀 Day 2 of the IDC 21 Days SQL Challenge! Today’s focus: mastering the WHERE clause 🔍 Learned how to use IN, AND, OR, BETWEEN, and handle NULL the right way. 🧩 Challenge: Find patients in 'Surgery' with satisfaction < 70. SQL = logic + insight 💡 #SQLWithIDC
🚀 Day 1 of the IDC 21 Days SQL Challenge! Started my journey with basics: SELECT, filtering, exploring tables & finding unique values with DISTINCT. Day 1 challenge: List all unique hospital services. Big thanks to IDC & @dpdzero for the supportive community!🙌 #SQLWithIDC
Day 3/21 – #SQLwithIDC Challenge 💪 Getting back to the SQL grind! 🧠 Task:Retrieve the top 5 weeks with the highest patient refusals and patients_request. Query:select service,week,patients_refused,patients_request from services_weekly order by patients_refused desc limit 5;
Something went wrong.
Something went wrong.
United States Trends
- 1. Trench 6,392 posts
- 2. Richardson 3,017 posts
- 3. Godzilla 21.9K posts
- 4. Tosin 12.8K posts
- 5. Hato 23.5K posts
- 6. Hefner 1,015 posts
- 7. Jacob Frey 15K posts
- 8. Qarabag 44.9K posts
- 9. Lina Khan 5,169 posts
- 10. Minneapolis 50.5K posts
- 11. Walker Kessler 1,673 posts
- 12. SCOTUS 28.5K posts
- 13. Kranny N/A
- 14. Jared Golden N/A
- 15. NYPD 34.2K posts
- 16. Estevao 24.5K posts
- 17. #FINEST2025 N/A
- 18. Foden 6,980 posts
- 19. Stearns N/A
- 20. Kranitz N/A