#sqlwithidc résultats de recherche
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 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 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 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 2 of the IDC 21 Days of SQL Challenge organized by @indiandataclub @dpdzero #SQLWithIDC Brushed up the SQL fundamentals #SQL #sqlbasics
🗓️ 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
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;
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
🗓️ 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 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
Good morning everyone! Here’s the Day 1 challenge for 21 Days of SQL. Let’s do it together! @dpdzero #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
We’re happy to announce 𝗗𝗣𝗗𝘇𝗲𝗿𝗼 as our 𝗧𝗶𝘁𝗹𝗲 𝗦𝗽𝗼𝗻𝘀𝗼𝗿 𝗳𝗼𝗿 𝘁𝗵𝗲 𝟮𝟭 𝗗𝗮𝘆𝘀 𝗼𝗳 𝗦𝗤𝗟 𝗖𝗵𝗮𝗹𝗹𝗲𝗻𝗴𝗲. DPDzero is building 𝗜𝗻𝗱𝗶𝗮’𝘀 𝗯𝗲𝘀𝘁 𝗔𝗜 Post Link - surl.li/pedxrs #SQLWithIDC #DPDzero
I am grateful to the Indian Data Club and DPDzero for designing this challenge, which effectively blends practice with reflection. #SQLWithIDC #DataAnalytics #learnsql #21daychallenge @indiandataclub @dpdzero
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 #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 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
we re-opened the Registrations for the IDC 21Days SQL Challenge. check out the link for more details: tinyurl.com/yxzepr8f thanks, @dpdzero #SQLWithIDC
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 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 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 2/21 – #SQLwithIDC Challenge 💪 Getting back to the SQL grind! 🧠 Task:Find all patients admitted to the ‘Surgery’ service with a satisfaction score below 70 Query: SELECT patient_id, name, age, satisfaction AS satisfaction_score FROM patients WHERE satisfaction < 70;
Day 1 ✅ of #21DaysSQLChallenge by @IndianDataClub x @DPDzero 🎯 Topic: Intro to SQL & SELECT 💡 Used SELECT DISTINCT to list unique hospital services. Output ➡️ general_medicine | surgery | ICU | emergency 1 down, 20 to go! 🔥 #SQLWithIDC #SQL #DataAnalytics
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 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 2 of the IDC 21 Days of SQL Challenge organized by @indiandataclub @dpdzero #SQLWithIDC Brushed up the SQL fundamentals #SQL #sqlbasics
🚀 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
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 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 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 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 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 | #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 #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 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
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
🚀 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
We’re happy to announce 𝗗𝗣𝗗𝘇𝗲𝗿𝗼 as our 𝗧𝗶𝘁𝗹𝗲 𝗦𝗽𝗼𝗻𝘀𝗼𝗿 𝗳𝗼𝗿 𝘁𝗵𝗲 𝟮𝟭 𝗗𝗮𝘆𝘀 𝗼𝗳 𝗦𝗤𝗟 𝗖𝗵𝗮𝗹𝗹𝗲𝗻𝗴𝗲. DPDzero is building 𝗜𝗻𝗱𝗶𝗮’𝘀 𝗯𝗲𝘀𝘁 𝗔𝗜 Post Link - surl.li/pedxrs #SQLWithIDC #DPDzero
Something went wrong.
Something went wrong.
United States Trends
- 1. New York 22.9K posts
- 2. New York 22.9K posts
- 3. Virginia 532K posts
- 4. Texas 224K posts
- 5. Prop 50 185K posts
- 6. #DWTS 41.1K posts
- 7. Clippers 9,641 posts
- 8. Cuomo 413K posts
- 9. TURN THE VOLUME UP 21.4K posts
- 10. Harden 9,947 posts
- 11. Van Jones 2,449 posts
- 12. Ty Lue N/A
- 13. Jay Jones 103K posts
- 14. Bulls 36.8K posts
- 15. #Election2025 16.4K posts
- 16. Sixers 13K posts
- 17. WOKE IS BACK 38.3K posts
- 18. Isaiah Joe N/A
- 19. Eugene Debs 3,138 posts
- 20. #questpit 5,503 posts