#learningsql search results
Learning SQL was trippy at first: the order you write a query ≠ the order it executes. Then it clicked — SQL is declarative, not procedural. You say what you want, not how to get it. #SQL #DataAnalytics #LearningSQL
Top 5 real-world use cases of the CASE statement in #SQLServer 🚀 Be in touch, @RakeshMen #SQLTips #LearningSQL #DataManipulation #Querying
🌟 Day 32 of SQL Learning Journey 🌟 Today, I tackled two exciting LeetCode problems, pushing deeper into SQL concepts: 1)Game Play Analysis IV 🎮 2)Unique Subjects by Each Teacher 📘 #SQL #LearningSQL #LeetCode #ProblemSolving #DailyLearning
Was bored and decided to work on a SQL task that's been on my laptop . #learningsql I created three tables for a library. One for books records, another for members records and the last for borrowing records, which contained foreign keys from books and members records.
🚨 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
Some nights it’s just me, my messy dataset, and ChatGPT whispering “we’re almost there.” This data analytics journey is teaching me more than just skills — it’s teaching me patience and power. #LearningSQL #DataAnalytics
Learned about data types, SQL commands, and how to write queries for databases and tables.#LearningSQL #DatabaseBasics
delimiter; ❌ delimiter ;✅ took me two days to find the error btw #learningsql
Writing a simple SELECT * FROM table feels good, But optimizing queries? That’s where the real thrill! If SQL was a person, it would be friend who always knows exactly where to find the best food (with a quick JOIN). Still a beginner, but loving every query ! #SQL #LearningSQL
🧠 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
I move again today ; Day 6 of #100DaysOfSQL Today I learned the difference between WHERE and HAVING in SQL: - WHERE filters rows before grouping - HAVING filters groups after GROUP BY` #SQL #LearningSQL
Day 3 of my 30-day SQL challenge! Today I delved into JOINS and learned how to combine data from multiple tables. Excited to see how this will simplify complex queries! 💻📊 #SQLChallenge #LearningSQL #DataScience #TechJourney
Database, varchar, int, text, etc. These, and more, are the words I've added to my vocabulary. I just ran my first SQL series and the feeling is powerful. It felt just like unlocking a new language. PS: Peep the new program🤭 #LearningSQL #DataAnalytics #TechCrushHQ #TechJourney
"Diving deep into SQL — mastering the WHERE clause and 7 powerful operators like LIKE, NOT LIKE, BETWEEN, IN, and more. Querying like a pro! #SQL #LearningSQL #oracleSQL
𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗦𝗤𝗟 𝗶𝗻 𝗮 𝗪𝗲𝗲𝗸𝗲𝗻𝗱: 𝗜𝘀 𝗜𝘁 𝗣𝗼𝘀𝘀𝗶𝗯𝗹𝗲? tinyurl.com/r7czjnwv #Learningsql #Shorttermsqlcourses #Sqlcourses #Coursesforlearningsql #Sql #AI #AINews #AnalyticsInsight #AnalyticsInsightMagazine
SQL Challenge: Find the 2nd highest salary from the employees table. Which query will you use? 🤔 SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees); #SQL #DataAnalytics #LearningSQL #100DaysOfCode
I move again today ; Day 6 of #100DaysOfSQL Today I learned the difference between WHERE and HAVING in SQL: - WHERE filters rows before grouping - HAVING filters groups after GROUP BY #SQL #LearningSQL
I move again today ; Day 6 of #100DaysOfSQL Today I learned the difference between WHERE and HAVING in SQL: - WHERE filters rows before grouping - HAVING filters groups after GROUP BY` #SQL #LearningSQL
Top 5 real-world use cases of the CASE statement in #SQLServer 🚀 Be in touch, @RakeshMen #SQLTips #LearningSQL #DataManipulation #Querying
They’re super useful for spotting growth, declines, or unusual patterns in data. 👉 Key takeaway: LEAD & LAG let us explore changes over time and understand the bigger story our data is telling. #SQL #DataAnalytics #LearningSQL #30DayChallenge @SQLServer
Learning SQL was trippy at first: the order you write a query ≠ the order it executes. Then it clicked — SQL is declarative, not procedural. You say what you want, not how to get it. #SQL #DataAnalytics #LearningSQL
Have you ever written a join that gave strange results, only to realize later that the ON clause was the culprit? #SQL #DataAnalytics #LearningSQL #30DayChallenge #Sqlserver
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
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
🧠 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
Top 5 real-world use cases of the CASE statement in #SQLServer 🚀 Be in touch, @RakeshMen #SQLTips #LearningSQL #DataManipulation #Querying
Learning SQL was trippy at first: the order you write a query ≠ the order it executes. Then it clicked — SQL is declarative, not procedural. You say what you want, not how to get it. #SQL #DataAnalytics #LearningSQL
✅ First-time buyers & inactive users This query helps businesses target customers for upselling! 🚀 What’s your favorite advanced SQL trick? Let’s discuss! 👇 #DataAnalytics #SQL #LearningSQL #100DaysOfData
🌟 Day 32 of SQL Learning Journey 🌟 Today, I tackled two exciting LeetCode problems, pushing deeper into SQL concepts: 1)Game Play Analysis IV 🎮 2)Unique Subjects by Each Teacher 📘 #SQL #LearningSQL #LeetCode #ProblemSolving #DailyLearning
Some nights it’s just me, my messy dataset, and ChatGPT whispering “we’re almost there.” This data analytics journey is teaching me more than just skills — it’s teaching me patience and power. #LearningSQL #DataAnalytics
Was bored and decided to work on a SQL task that's been on my laptop . #learningsql I created three tables for a library. One for books records, another for members records and the last for borrowing records, which contained foreign keys from books and members records.
So, stay curious, stay patient, and trust the process. You got this💪 This is how my day is going💻 Working on a mini project in SQL👌 #My_data_journey #LearningSQL #ProgressAllTheWay✈️
🚨 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
Learned about data types, SQL commands, and how to write queries for databases and tables.#LearningSQL #DatabaseBasics
𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗦𝗤𝗟 𝗶𝗻 𝗮 𝗪𝗲𝗲𝗸𝗲𝗻𝗱: 𝗜𝘀 𝗜𝘁 𝗣𝗼𝘀𝘀𝗶𝗯𝗹𝗲? tinyurl.com/r7czjnwv #Learningsql #Shorttermsqlcourses #Sqlcourses #Coursesforlearningsql #Sql #AI #AINews #AnalyticsInsight #AnalyticsInsightMagazine
Database, varchar, int, text, etc. These, and more, are the words I've added to my vocabulary. I just ran my first SQL series and the feeling is powerful. It felt just like unlocking a new language. PS: Peep the new program🤭 #LearningSQL #DataAnalytics #TechCrushHQ #TechJourney
"Diving deep into SQL — mastering the WHERE clause and 7 powerful operators like LIKE, NOT LIKE, BETWEEN, IN, and more. Querying like a pro! #SQL #LearningSQL #oracleSQL
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Sunday 59K posts
- 2. Klay 25.6K posts
- 3. McLaren 108K posts
- 4. #sundayvibes 4,708 posts
- 5. Lando 138K posts
- 6. #FelizCumpleañosPresidente 3,268 posts
- 7. #FelizCumpleañosNico 3,546 posts
- 8. Ja Morant 11.7K posts
- 9. For the Lord 30.3K posts
- 10. #AEWFullGear 73.3K posts
- 11. Tottenham 42.4K posts
- 12. Oscar 130K posts
- 13. Max Verstappen 68.5K posts
- 14. Piastri 79K posts
- 15. #LasVegasGP 235K posts
- 16. Childish Gambino 2,802 posts
- 17. South Asia 39K posts
- 18. Arsenal 168K posts
- 19. Swerve 6,928 posts
- 20. Samoa Joe 5,747 posts