Arama Sonuçları: "#SQLWithIDC"

19 sonuç
Bharti
Bharti@BhartiShar4788·
Day2️⃣1️⃣of 21 Day SQL Challenge by @indiandataclub & @dpdzero Topics: WITH clause, CTEs, recursive CTEs CTEs create temporary named result sets that exist only during query execution. They make complex queries more readable and maintainable. #SQL #SQLWithIDC #21DaysOfSQL
Bharti tweet mediaBharti tweet mediaBharti tweet mediaBharti tweet media
English
1
0
0
4
Bharti
Bharti@BhartiShar4788·
Day2️⃣0️⃣of 21 Day SQL Challenge by @indiandataclub & @dpdzero Topics: SUM() OVER, AVG() OVER, running totals, moving averages Aggregate window functions calculate running totals, moving averages, and cumulative statistics without collapsing rows. #SQL #SQLWithIDC #21DaysOfSQL
Bharti tweet mediaBharti tweet mediaBharti tweet mediaBharti tweet media
English
1
0
0
7
Bharti
Bharti@BhartiShar4788·
Day1️⃣9️⃣of 21 Day SQL Challenge by @indiandataclub & @dpdzero Topics: ROW_NUMBER(), RANK(), DENSE_RANK(), OVER clause Window functions perform calculations across rows related to the current row, without collapsing results like GROUP BY. #SQL #SQLWithIDC #21DaysOfSQL
Bharti tweet mediaBharti tweet mediaBharti tweet mediaBharti tweet media
English
1
0
0
9
Bharti
Bharti@BhartiShar4788·
Day 1️⃣4️⃣/21 Day SQL Challenge by @indiandataclub Sponsored by @dpdzero Getting back on track. Revised JOINS, focusing on LEFT JOIN and RIGHT JOIN Observation: - Nurses and nurse assistants are present more than doctors; all 5 staff members #SQL #SQLWithIDC #21DaysOfSQL
Bharti tweet mediaBharti tweet mediaBharti tweet media
Bharti@BhartiShar4788

Day 1️⃣2️⃣ & 1️⃣3️⃣ of 21 Day SQL Challenge by @indiandataclub Sponsored by @DPDzero [Couldn't post yesterday] Day 12 focused on NULL handling in MySQL and understanding how missing values can completely change analysis results. Practiced using IS NULL, IS NOT NULL, and +

English
1
0
0
7
Bharti
Bharti@BhartiShar4788·
Day 7⃣ of 21 SQL Challenge by @indiandataclub and @dpdzero Not feeling great, but showed up. Practiced HAVING—used after GROUP BY to filter aggregates (not rows like WHERE). Found Emergency & Surgery with >100 refusals and avg satisfaction <80. #SQLWithIDC #21DaysOfSQL #MySQL
Bharti tweet mediaBharti tweet mediaBharti tweet media
English
0
0
1
11
Bharti
Bharti@BhartiShar4788·
Day 5️⃣ | 21-Day SQL Challenge Practiced on aggregate functions & data summarization in MySQL. 🔹 Practiced: COUNT(), AVG(), MIN(), MAX(), SUM(), ROUND() 🔹 Daily Challenge: Total patients admitted, total refused & avg satisfaction (2 decimals) #SQL #SQLWithIDC #21DaysOfSQL
Bharti tweet mediaBharti tweet mediaBharti tweet media
English
1
0
0
7
Bharti
Bharti@BhartiShar4788·
Day 4️⃣ of 21 Days of SQL by @indiandataclub (sponsored by @dpdzero ) 🚀 Focused on OFFSET & LIMIT for sorting, ranking, and top-N analysis. Challenge: Retrieved the top 5 weeks with the highest patient refusals across services 📊 #SQL #SQLWithIDC #21DaysOfSQL
Bharti tweet mediaBharti tweet mediaBharti tweet media
English
0
0
0
11
Bharti
Bharti@BhartiShar4788·
Day 3️⃣ of 21 Day SQL Challenge by @indiandataclub sponsored by @dpdzero Focus: ORDER BY & LIMIT * Sorted data using ORDER BY (single & multi-column) * Used LIMIT for top-N analysis * Learned how sorting supports ranking & performance insights #SQL #SQLWithIDC #21DaysOfSQL
Bharti tweet mediaBharti tweet mediaBharti tweet media
English
0
0
0
13
Bharti
Bharti@BhartiShar4788·
- Applied LIMIT to fetch the top 10 records from the services_weekly table Challenge for DAY 1: List all unique hospital services available in the hospital. " SELECT DISTINCT (service) FROM services_weekly; " #SQL #SQLWithIDC #21DaysOfSQL
English
0
0
0
9
Bharti
Bharti@BhartiShar4788·
The dataset includes patient details, weekly hospital services, and staff schedules in CSV format. For practice, I: - Used SELECT with " * " to retrieve all records from the patients table, - Selected specific columns using column names, #SQL #SQLWithIDC #21DaysOfSQL
English
1
0
0
10