Filter
Exclude
Time range
-
Near
Day 32 ✨ CASE statements are finally clicking 🔥 Watching my queries work correctly after all the practice feels so satisfying. Little by little, SQL is becoming less scary and more fun 💻🚀 #SQL #DataAnalysis #SQLJourney #LearningSQL
3
26
Today’s SQL lesson was all about operators, and I finally started seeing how queries become more specific and intentional. I learned about comparison, logical, range, membership, and search operators. At first, some of them felt almost the same, especially when it came to knowing when to use things like AND, OR, BETWEEN, or IN. But after practicing a few queries, it started clicking that each one helps narrow data differently. The search operators were probably the most interesting for me because they felt like teaching the database how to look for patterns instead of exact matches. Still learning, but every session is starting to feel a little less confusing and a little more fun. #120DaysOfDataWithTina #BuildinginPublic #LearningSQL
1
5
72
I spent some time getting familiar with SQL (Structured Query Language) today, and it feels like opening the door to how data actually lives behind the scenes. The first thing I came across was DBMS (Database Management System). From what I understand, it’s a system that helps you store, organize, and manage data so it doesn’t just sit in chaos. Then I learned there are different types of databases. Like relational (tables with rows and columns), non-relational (more flexible structures), and a few others. Still wrapping my head around when to use what. SQL itself seems like the language used to talk to the database. You can ask questions, update things, and delete records. It’s like giving instructions and getting answers back. I also tried creating a database for the first time. Nothing fancy, just a simple one, but it felt like a small win seeing it actually work. For anyone who’s learned SQL before, when did it start making real sense for you? #120DaysOfDataWithTina #DataAnalyticsLockedIn #BuildingInPublic #LearningSQL
3
30
SQL is like asking questions to data 💻 Better questions = better insights #Database #LearningSQL #SQL #Learning #DataAnalytics
2
22
Please help a girl. #learningSQL
6
122
I am using @bing to learn SQL. #LearningSQL
2
23
First Step. Brick by Brick #LearningSQL
2
3
102
Since I’m on the journey to becoming a data analyst, I’ll keep documenting my progress with SQL going forward. #DataAnalyst #SQL #LearningSQL #DataAnalytics #DataAnalystJourney #DataAnalyst2026 #BecomeADataAnalyst #LearnData
2
24
Can I use the derived column from the select statement in the group by clause? If Yes. In which database is applicable or No explain it. @thesql_tribe @Aakriti_Sarma #LearningSql #SQL
100% Yes
0% No
1 votes • Final results
1
6
171
Can I use the derived column from the select statement in the group by clause? If Yes. In which database is applicable or No explain it. @thesql_tribe @Aakriti_Sarma #LearningSql #SQL
0% Yes
0% No
0 votes • Final results
3
1
3
104
🔥 Mastering SQL in 1 Line at a Time! Think SQL is boring? Try running this: SELECT department, COUNT(*) AS team_size FROM employees GROUP BY department HAVING COUNT(*) > 5; 💡 This simple query finds departments with more than 5 team members. Imagine the insights you could unlock with just a few lines of SQL! 📊 Whether you're in data science, marketing, or management — SQL is the real power move. It’s not just for developers anymore. 👀 Want more bite-sized, real-world SQL queries that actually make sense? Retweet and 💬 give me your Feedback in the comments Follow me and Saved it for later used !! #SQL #DataAnalytics #DataScience #LearningSQL #TechTips #LinkedInLearning #SQLQueries #CareerGrowth
240
53
226
14,173
🔥 Mastering SQL in 1 Line at a Time! Think SQL is boring? Try running this: SELECT department, COUNT(*) AS team_size FROM employees GROUP BY department HAVING COUNT(*) > 5; 💡 This simple query finds departments with more than 5 team members. Imagine the insights you could unlock with just a few lines of SQL! 📊 Whether you're in data science, marketing, or management — SQL is the real power move. It’s not just for developers anymore. 👀 Want more bite-sized, real-world SQL queries that actually make sense? Retweet and 💬 give me your Feedback in the comments Follow me and Saved it for later used !! #SQL #DataAnalytics #DataScience #LearningSQL #TechTips #LinkedInLearning #SQLQueries #CareerGrowth
15
15
25
3,286
Day 8 of #learningSQL 😊 Topic(s) covered 1. WINDOWS RANKING FUNCTION The Ranking functions are used to assign ranks or values to rows of data. The window ranking function must make use of the ORDER BY clause
Day 7 of #learningSQL 😊 Topic(s) covered 1. WINDOWS function 2. ⁠ Calculating Running and Rolling Totals 1. WINDOWS FUNCTION Also referred to as analytical functions. WINDOWS Function performs calculations (e.g aggregation) on a specific subset of data and return a value(s)
8
1
2
89
🔥 Mastering SQL in 1 Line at a Time! Think SQL is boring? Try running this: SELECT department, COUNT(*) AS team_size FROM employees GROUP BY department HAVING COUNT(*) > 5; 💡 This simple query finds departments with more than 5 team members. Imagine the insights you could unlock with just a few lines of SQL! 📊 Whether you're in data science, marketing, or management — SQL is the real power move. It’s not just for developers anymore. 👀 Want more bite-sized, real-world SQL queries that actually make sense? Retweet and 💬 give me your Feedback in the comments Follow me and Saved it for later used !! #SQL #DataAnalytics #DataScience #LearningSQL #TechTips #LinkedInLearning #SQLQueries #CareerGrowth
34
13
53
3,968
Just updated my MySQL playlist on YouTube. This new episode covers ORDER BY, sorting, LIMIT, and using DISTINCT to clean results. Simple concepts, but essential for real data analysis. Watch the update on my channel The Data Boy: youtu.be/QjIn_gf6vgg?si=jf8M… #SQL #MySQL #learningsql
3
93