#sqlpractice wyniki wyszukiwania
For my first assignment, I imported flat files into SQL (named locations) and practiced writing queries to filter, sort, and group data. Seeing results instantly is so satisfying! @TDataImmersed #SQLPractice #DataSkills
MY SOLUTION i will be solving it in two ways: SELECT c.Customer_Name Customer_name, SUM(t.amount) total_amount FROM customers c JOIN transaction t ON c.Customer_id=t.Customer_id WHERE EXTRACT(YEAR FROM t.transaction_date) = '2024' GROUP BY 1; #SQLQuery #SQLPractice
WHERE yearr = '2024'; That's the end Understing the question is very important. It says "total transaction amount for each customer for the current year". -- customer -- SUM(total amount) as total_amount -- year -- join tables together #SQLQuery #SQLPractice
Hey all! Been offline for a bit, but I’ve kept practicing SQL! It’s tough at first, but with steady effort, I’m still crushing it. 💪 #DataAnalytics #Data #SQLPractice #LearningJourney
📊 SQL grind today: Tables ✔️ Data ✔️ Keys ✔️ Queries ✔️ #SQL #SQLQueries #SQLPractice #LearnSQL #MySQL #PostgreSQL #SQLDeveloper #Database #DatabaseDesign #QueryLanguage #SQLTips
Day 4 of my LeetCode SQL Journey! Today I solved 2 more SQL questions and every query is making me better at thinking logically and writing cleaner code. Consistency is the key, and I’m enjoying the process of improving step by step. #LeetCode #SQLPractice #DataScience
🚀 Day 2 of learning #OracleSQL with SQL*Plus 📌 Practiced inserting NULLs, creating tables, & using Primary Keys 💻 Single table queries on EMP table Loving the progress! 🔥 #Day2 #SQLPractice #100DaysOfCode #BCAStudent #LearnSQL #SQLQueries #DatabaseSkills #TechJourney
⚡️Just me, MySQL Workbench, and a challenge of 50+ SQL questions. Diving deep into subqueries, joins, and schema design. #SQLPractice #MySQL #BuildInPublic #100xDevs #SQLQueries #DatabaseDesign #WebDev #BackendDevelopment #LearningToCode #CodeNewbie #DevJourney #LearnSQL #MySQL
I’m beyond excited and deeply grateful to the amazing team at @LearnwithWiDa and our facilitator @ibn_wittig for offering this free mentorship. Here’s to more growth and more data wins ahead! #DataAnalytics #SQLPractice #WomenInTech #LearnWithWIDA #GratitudeJourney
Learn SQL the smart way. Practice > Theory. ✅ mode.com/sql-tutorial – Interactive lessons ✅ stratascratch.com – Interview-style problems ✅ leetcode.com/problemset/dat… – Technical SQL challenges Type ‘SQL PRACTICE’ if you know any of them. #SQLPractice #DataSkills
Took on “The Blunder” on @hackerrank ... Let’s just say the problem name was accurate 😂 But it helped me learn the REPLACE() function — Small mistake, solid lesson 🙌 #SQLPractice #BuildInPublic #HackerRank #TechTwitter
"Finally set up PostgreSQL 17 on pgAdmin! Ready to dive deep into queries and sharpen my DBMS skills. Let the SQL grind begin! 🧠💻 #PostgreSQL #pgAdmin #SQLPractice"
SQL mock test done ✔️ Learning never stops! 🚀 #SQL #SQLskills #SQLpractice #SQLmocktest #codinglife #programmerlife #techworld #learnprogramming #neverstoplearning #hebbalbranch #besanttechnologies #sahakarnagar @besanttech
Thread of me diving into HackerRank to level up my SQL skills. Let’s see how far I can go! hackerrank.com/profile/muneza… #DataAnalytics #SQLPractice
Today's SQL Task: Write a query to get count of employees in each department. SELECT department, COUNT(*) FROM employees GROUP BY department; #SQLPractice #Database #TechLearning #DataScience
Took on “The Blunder” on @hackerrank ... Let’s just say the problem name was accurate 😂 But it helped me learn the REPLACE() function — Small mistake, solid lesson 🙌 #SQLPractice #BuildInPublic #HackerRank #TechTwitter
📊 SQL grind today: Tables ✔️ Data ✔️ Keys ✔️ Queries ✔️ #SQL #SQLQueries #SQLPractice #LearnSQL #MySQL #PostgreSQL #SQLDeveloper #Database #DatabaseDesign #QueryLanguage #SQLTips
Advanced MySQL Practice — Session 1 🧩 Subqueries Mastery: • Returning Single Value • Returning List of Values 🔜 Next Up: Subqueries with ALL & ANY operators — boost your SQL game! #MySQL #SQLPractice #Subqueries #Database #LearningByDoing GitHub 👇:github.com/kshitijkatore
⚡️Just me, MySQL Workbench, and a challenge of 50+ SQL questions. Diving deep into subqueries, joins, and schema design. #SQLPractice #MySQL #BuildInPublic #100xDevs #SQLQueries #DatabaseDesign #WebDev #BackendDevelopment #LearningToCode #CodeNewbie #DevJourney #LearnSQL #MySQL
Learn SQL the smart way. Practice > Theory. ✅ mode.com/sql-tutorial – Interactive lessons ✅ stratascratch.com – Interview-style problems ✅ leetcode.com/problemset/dat… – Technical SQL challenges Type ‘SQL PRACTICE’ if you know any of them. #SQLPractice #DataSkills
🚀 Day 2 of learning #OracleSQL with SQL*Plus 📌 Practiced inserting NULLs, creating tables, & using Primary Keys 💻 Single table queries on EMP table Loving the progress! 🔥 #Day2 #SQLPractice #100DaysOfCode #BCAStudent #LearnSQL #SQLQueries #DatabaseSkills #TechJourney
✅ Day 2 Filtering data like a pro! 🔍 Today I learned how to use AND, OR, NOT, LIKE, and ORDER BY in Oracle SQL. Data is starting to make sense now! 📈 #Day2 #SQLPractice #DataFiltering #OracleSQL #TechLearning @OracleDatabase
Dear @popsql I'm unable to access my student account benefits provided by you. I already mailed you the matter @ [email protected] #SQLPractice #DataScience #SQL
For my first assignment, I imported flat files into SQL (named locations) and practiced writing queries to filter, sort, and group data. Seeing results instantly is so satisfying! @TDataImmersed #SQLPractice #DataSkills
📊 SQL grind today: Tables ✔️ Data ✔️ Keys ✔️ Queries ✔️ #SQL #SQLQueries #SQLPractice #LearnSQL #MySQL #PostgreSQL #SQLDeveloper #Database #DatabaseDesign #QueryLanguage #SQLTips
Hey all! Been offline for a bit, but I’ve kept practicing SQL! It’s tough at first, but with steady effort, I’m still crushing it. 💪 #DataAnalytics #Data #SQLPractice #LearningJourney
MY SOLUTION i will be solving it in two ways: SELECT c.Customer_Name Customer_name, SUM(t.amount) total_amount FROM customers c JOIN transaction t ON c.Customer_id=t.Customer_id WHERE EXTRACT(YEAR FROM t.transaction_date) = '2024' GROUP BY 1; #SQLQuery #SQLPractice
WHERE yearr = '2024'; That's the end Understing the question is very important. It says "total transaction amount for each customer for the current year". -- customer -- SUM(total amount) as total_amount -- year -- join tables together #SQLQuery #SQLPractice
Day 4 of my LeetCode SQL Journey! Today I solved 2 more SQL questions and every query is making me better at thinking logically and writing cleaner code. Consistency is the key, and I’m enjoying the process of improving step by step. #LeetCode #SQLPractice #DataScience
Took on “The Blunder” on @hackerrank ... Let’s just say the problem name was accurate 😂 But it helped me learn the REPLACE() function — Small mistake, solid lesson 🙌 #SQLPractice #BuildInPublic #HackerRank #TechTwitter
⚡️Just me, MySQL Workbench, and a challenge of 50+ SQL questions. Diving deep into subqueries, joins, and schema design. #SQLPractice #MySQL #BuildInPublic #100xDevs #SQLQueries #DatabaseDesign #WebDev #BackendDevelopment #LearningToCode #CodeNewbie #DevJourney #LearnSQL #MySQL
SQL mock test done ✔️ Learning never stops! 🚀 #SQL #SQLskills #SQLpractice #SQLmocktest #codinglife #programmerlife #techworld #learnprogramming #neverstoplearning #hebbalbranch #besanttechnologies #sahakarnagar @besanttech
Top 12 Platforms to Practice SQL itinai.com/top-12-platfor… #SQLPractice #LearnSQL #DataSkills #SQLTraining #TechEducation #ai #news #llm #ml #research #ainews #innovation #artificialintelligence #machinelearning #technology #deeplearning @vlruso
I’m beyond excited and deeply grateful to the amazing team at @LearnwithWiDa and our facilitator @ibn_wittig for offering this free mentorship. Here’s to more growth and more data wins ahead! #DataAnalytics #SQLPractice #WomenInTech #LearnWithWIDA #GratitudeJourney
🚀 Day 2 of learning #OracleSQL with SQL*Plus 📌 Practiced inserting NULLs, creating tables, & using Primary Keys 💻 Single table queries on EMP table Loving the progress! 🔥 #Day2 #SQLPractice #100DaysOfCode #BCAStudent #LearnSQL #SQLQueries #DatabaseSkills #TechJourney
SQL Assignments for Beginners - We have over ten years of experience and have completed over a thousand SQL assignments with solutions. udaipurwebdesigner.com/sql-assignment… #UdaipurWebDesigner #SQLLearning #SQLPractice #BeginnerSQL #SQLExercises #DatabaseFundamentals #LearnSQLFromHome
Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWFullGear 59.9K posts
- 2. Klay 10.9K posts
- 3. #LasVegasGP 145K posts
- 4. Lando 78.5K posts
- 5. LAFC 10.2K posts
- 6. Samoa Joe 2,803 posts
- 7. Swerve 4,555 posts
- 8. Benavidez 14.2K posts
- 9. Hangman 6,490 posts
- 10. LJ Martin 1,000 posts
- 11. Haney 26.3K posts
- 12. Mark Briscoe 3,757 posts
- 13. Verstappen 46.1K posts
- 14. Kimi 27.8K posts
- 15. Terry Crews 2,514 posts
- 16. Westbrook 3,614 posts
- 17. Georgia Tech 6,519 posts
- 18. Terry Smith 2,809 posts
- 19. #AlianzasAAA 4,505 posts
- 20. Fletcher 6,369 posts