Search results for #LearningSQL
Day 2 of SQL Learned how to filter patients with no allergies using IS NULL Query SELECT first_name, last_name FROM patients WHERE allergies IS NULL; #Day2 #100DaysOfCode #SQL #DataAnalytics #LearningSQL
Another day, another problem solved! ✅ Today I learned DATEDIFF() while working on a LeetCode SQL challenge 📅🔍 Solution here → github.com/noorinrahila/l… #LearningSQL #LeetCode
Day 4 of my #SQL Journey 🚀 Today I explored Data Types & DDL Commands – the foundation of databases. From INT, VARCHAR, DATE to CREATE, ALTER, DROP — I realized choosing the right type & structure is like building a strong house 🏗️ #DataAnalytics #LearningSQL #SQL #Upskilling
📅 Day 29 of #100DaysOfDataAnalysis Today I practiced the LIKE operator in SQL. It helps find patterns in text fields. Examples I tried: •Last name starting with S → S% •Names ending with n → %n •Names containing ar → %ar% #SQL #100DaysOfData #LearningSQL
Been deep in the SQL trenches lately—turns out querying data feels a lot like debugging real-world systems. From HVAC optimization to SELECT statements, the journey’s been wild. Here’s a peek 📸 #DataEngineering #LearningSQl @LuxDevHQ @gregorytechKE @HarunMbaabu .
7/ SQL is not just for techies! Marketing, Finance, Product teams — anyone working with data can benefit. If you can ask the right questions, SQL gives you the answers. 💡 Want me to drop a visual SQL cheatsheet in the next post? #SQL #DataScience #LearningSQL
🚀Starting my #SQL Roadmap journey today! From basics → DDL & DML → Joins → Aggregates → Keys → Real world queries. Time to turn “SELECT*FROM learning” into real skills. 💻 With help from @roadmapsh📍 #DataScience #100DaysOfCode #SQL #Tech #Programming #LearningSQL @malpani
•Still learning SQL. •Sometimes confusing. •But I show up every single day. •One concept, one query, one project at a time. If you're learning data analytics too You're not alone. Let’s connect. 💻📊 #DataAnalyticsJourney #LearningSQL #AspiringDataAnalyst
🧠 Just wrote my first SQL Server Stored Procedure with OUTPUT parameters and started understanding CTEs (Common Table Expressions)! 💻 Slowly turning SQL from scary to satisfying 😎 #SQLServer #100DaysOfCode #LearningSQL #StoredProcedure #MicrosoftSQL
Just finished learning SQL basics! SELECT, WHERE, LIKE, GROUP BY Joins: Inner, Left, Right, Full One step at a time. #SQL #LearningSQL #TechJourney #100DaysOfCode #AI
4 Aggregation functions are a key part of working with data in SQL. #TechJourney #LearningSQL
🚨 Struggling with SQL questions? Use this simple mental model before you write a single line: 🧩 T.A.S.K. T = Tables A = Attributes (columns) S = Steps to filter/join/group K = Key logic (what are you calculating?) 🎯 Think before you SELECT. #LearningSQL #InterviewPrep
Just finished SQL Coding Practice - 3 on CCBP 4.0 Practiced filtering, sorting & selecting data using real-world product info. Getting stronger with each query #SQL #CCBP #LearningSQL #WebDev #100DaysOfCode #StudentLife #Coding
Day 19 of #100DaysOfSQL Queried how many unique subjects each teacher handles ✅ Perfect for workload insight, scheduling, and staffing decisions. Simple query, meaningful impact. #SQL #DataAnalytics #EdTech #MySQL #LearningSQL #ALX
🚀 Master SQL with These 20 Essential Commands & Functions! #DataAnalytics #DatabaseManagement #TechTips #LearningSQL #ProgrammingValley #DataScience #CareerGrowth #SQLTips #DataSkills
لو بتشتغل SQL ولسه مش فارق معاك الفرق بين INNER JOIN و OUTER JOIN لينك البوست علي Linkedin: linkedin.com/posts/amr-elsk… تعالى أقولك الفرق بأمثلة بسيطة 👇 #SQL #Database #Backend #Learning #LINQ #DataEngineering #Programming #JOINs #LearningSQL
Started SQL last week. Been battling it for a few days now — progress is slow, but steady. SQL, I loyal. 😤 Might just become my favorite though… I love the logic. 🔍💻 #LearningSQL #DataJourney #TechLife
Understanding Subquery and CTE's is giving me headache 😫 😩. #SQLJourney #CreateTable #DataAnalystInProgress #SeniorAnalystGoals #LearningSQL #DataAnalytics #TechTransition #FromExcelToSQLb
projects with large datasets? I’m curious to know how professionals handle that at scale. One step at a time — still showing up! #Day2 #SQLJourney #CreateTable #DataAnalystInProgress #SeniorAnalystGoals #LearningSQL #DataAnalytics #TechTransition #FromExcelToSQL
