#sqllearning search results

Day 41 of SQL Learning Today I learned triggers! At first, the syntax had me spinning 😅 But after breaking it down with a simple example, it finally clicked. #100DaysOfSQL #SQLLearning #DataJourney

Etty_official's tweet image. Day 41 of SQL Learning  
Today I learned triggers!  
At first, the syntax had me spinning 😅  
But after breaking it down with a simple example, it finally clicked.  

#100DaysOfSQL #SQLLearning #DataJourney

Using SUM& AVG, GROUP BY, MIN & MAX in SQL #SQLlearning #monday

dunsin_hannah's tweet image. Using SUM& AVG, GROUP BY, MIN & MAX in SQL
#SQLlearning #monday

🎓#SQLLearning: I've been diving deep into SQL and learned a LOT! ✅Creating databases and tables ✅ INSERT, UPDATE, DELETE operations ✅ Dynamic table alterations—adding/dropping columns, renaming tables ✅ Handling default values & unique constraints ✅Worked 2 days on SQL #SQL

ChaitanyaJ92's tweet image. 🎓#SQLLearning: I've been diving deep into SQL and learned a LOT!
✅Creating databases and tables
✅ INSERT, UPDATE, DELETE operations
✅ Dynamic table alterations—adding/dropping columns, renaming tables
✅ Handling default values & unique constraints
✅Worked 2 days on SQL
#SQL
ChaitanyaJ92's tweet image. 🎓#SQLLearning: I've been diving deep into SQL and learned a LOT!
✅Creating databases and tables
✅ INSERT, UPDATE, DELETE operations
✅ Dynamic table alterations—adding/dropping columns, renaming tables
✅ Handling default values & unique constraints
✅Worked 2 days on SQL
#SQL

I'm embarking on a SQL journey this month! 🚀 I'm learning to simplify data queries, unravel the power of databases, and conquer the art of structured query language. #SQLLearning #DataSkills 📊🔍.. ✊💪💪

Bolu_waji's tweet image. I'm embarking on a SQL journey this month! 🚀 I'm learning to simplify data queries, unravel the power of databases, and conquer the art of structured query language. #SQLLearning #DataSkills 📊🔍.. ✊💪💪

Learned about transactions in MySQL today, and wow, it really helps make sense of how to handle changes in databases. Big shoutout to CampusX for explaining it so clearly! Feeling good about my progress. #SQLLearning #CampusX

Aryanupadhyay23's tweet image. Learned about transactions in MySQL today, and wow, it really helps make sense of how to handle changes in databases. Big shoutout to CampusX for explaining it so clearly! Feeling good about my progress.
#SQLLearning #CampusX
Aryanupadhyay23's tweet image. Learned about transactions in MySQL today, and wow, it really helps make sense of how to handle changes in databases. Big shoutout to CampusX for explaining it so clearly! Feeling good about my progress.
#SQLLearning #CampusX
Aryanupadhyay23's tweet image. Learned about transactions in MySQL today, and wow, it really helps make sense of how to handle changes in databases. Big shoutout to CampusX for explaining it so clearly! Feeling good about my progress.
#SQLLearning #CampusX

Day 12 of #SQLLearning – Completed! 🎯 Today, I delved into the wildcard operators (LIKE, %, _) and the AS clause for aliasing in SQL. 💡

jashandeep71777's tweet image. Day 12 of #SQLLearning – Completed! 🎯

Today, I delved into the wildcard operators (LIKE, %, _) and the AS clause for aliasing in SQL. 💡
jashandeep71777's tweet image. Day 12 of #SQLLearning – Completed! 🎯

Today, I delved into the wildcard operators (LIKE, %, _) and the AS clause for aliasing in SQL. 💡
jashandeep71777's tweet image. Day 12 of #SQLLearning – Completed! 🎯

Today, I delved into the wildcard operators (LIKE, %, _) and the AS clause for aliasing in SQL. 💡
jashandeep71777's tweet image. Day 12 of #SQLLearning – Completed! 🎯

Today, I delved into the wildcard operators (LIKE, %, _) and the AS clause for aliasing in SQL. 💡

WHAT IS SQL? SQL(Structured Query Language) is a standard programming language which is used for handling/ managing and manipulating structured data, usually in a Relational Database Management System (RDBMS) such as MySQL #sql #sqllearning

NwachukwuSarah3's tweet image. WHAT IS SQL?
SQL(Structured Query Language) is a standard programming language which is used for handling/ managing and manipulating structured data, usually in a Relational Database Management System (RDBMS) such as MySQL
#sql 
#sqllearning

I'm thrilled to announce that I've successfully completed the SQL course on Sololearn and earned my certification! #SQLlearning #SololearnCertified

Dev_Markson's tweet image. I'm thrilled to announce that I've successfully completed the SQL course on Sololearn and earned my certification! #SQLlearning #SololearnCertified

Excited to share that I've been diving deep into SQL over the past 2 days, spending over 3 hours each day learning with Sololearn! Their courses are incredibly user-friendly, and I'm thrilled to say I've mastered the CRUD method on tables and topped the leaderboard too! #SQL

Dev_Markson's tweet image. Excited to share that I've been diving deep into SQL over the past 2 days, spending over 3 hours each day learning with Sololearn! Their courses are incredibly user-friendly, and I'm thrilled to say I've mastered the CRUD method on tables and topped the leaderboard too! #SQL
Dev_Markson's tweet image. Excited to share that I've been diving deep into SQL over the past 2 days, spending over 3 hours each day learning with Sololearn! Their courses are incredibly user-friendly, and I'm thrilled to say I've mastered the CRUD method on tables and topped the leaderboard too! #SQL
Dev_Markson's tweet image. Excited to share that I've been diving deep into SQL over the past 2 days, spending over 3 hours each day learning with Sololearn! Their courses are incredibly user-friendly, and I'm thrilled to say I've mastered the CRUD method on tables and topped the leaderboard too! #SQL


🚀 SQL Learning Journey - Day 36 Update 🚀 Today, I advanced further into Advanced SELECT & JOINs and solved a LeetCode problem 📃The Number of Employees Who Report to Each Employee. #SQL #LeetCode #SQLLearning #Joins #AdvancedSQL

jashandeep71777's tweet image. 🚀 SQL Learning Journey - Day 36 Update 🚀

Today, I advanced further into Advanced SELECT & JOINs and solved a  LeetCode problem

📃The Number of Employees Who Report to Each Employee.

#SQL  #LeetCode #SQLLearning #Joins #AdvancedSQL

Day 31 of learning SQL 💻 Today I explored how to combine multiple window functions in a single query. From running totals, to ranks, to moving averages,all working together without grouping or collapsing rows #100DaysOfSQL #DataAnalytics #SQLLearning #LearningInPublic

Etty_official's tweet image. Day 31 of learning SQL 💻
Today I explored how to combine multiple window functions in a single query.  
From running totals, to ranks, to moving averages,all working together without grouping or collapsing rows

#100DaysOfSQL #DataAnalytics #SQLLearning #LearningInPublic

Mastering SQL starts with understanding Data Types! From handling numbers and text to storing dates, each type is key to structuring your database. Learn Numeric, Character, Date & Time, and Special types in this quick guide! #SQL #SQLLearning #DataTypes #keySkillset


This SQL Learning Journey is progressing day by day😍 I worked on SQL Case statement, Views, Advanced SQL, Windows Functions, CTEs. Thank you always @TDataImmersed @JacobAjala @DabereNnamani @SQLServer #TDI #SQL #sqllearning

JanetChinatu's tweet image. This SQL Learning Journey is progressing day by day😍
I worked on SQL Case statement, Views, Advanced SQL, Windows Functions, CTEs. Thank you always @TDataImmersed @JacobAjala @DabereNnamani @SQLServer 
#TDI 
#SQL
#sqllearning
JanetChinatu's tweet image. This SQL Learning Journey is progressing day by day😍
I worked on SQL Case statement, Views, Advanced SQL, Windows Functions, CTEs. Thank you always @TDataImmersed @JacobAjala @DabereNnamani @SQLServer 
#TDI 
#SQL
#sqllearning
JanetChinatu's tweet image. This SQL Learning Journey is progressing day by day😍
I worked on SQL Case statement, Views, Advanced SQL, Windows Functions, CTEs. Thank you always @TDataImmersed @JacobAjala @DabereNnamani @SQLServer 
#TDI 
#SQL
#sqllearning
JanetChinatu's tweet image. This SQL Learning Journey is progressing day by day😍
I worked on SQL Case statement, Views, Advanced SQL, Windows Functions, CTEs. Thank you always @TDataImmersed @JacobAjala @DabereNnamani @SQLServer 
#TDI 
#SQL
#sqllearning

Day 2 of our collective SQL adventure with @Mayy74915434 @Claudcarter2 and @greenleafWe're already conquering queries and turning challenges into victories. Learning together is making this journey even more rewarding. 💪📊 #SQLLearning #TeamWork #TechJourney

Gitonga2050's tweet image. Day 2 of our collective SQL adventure with @Mayy74915434   
 @Claudcarter2  and  @greenleafWe're already conquering queries and turning challenges into victories. Learning together is making this journey even more rewarding. 💪📊 #SQLLearning #TeamWork #TechJourney

🎓 SQL for Testers – Safeguard your data, validate results. 📅 Oct 23–24 | Live Online | 50% Off | R1750 SQL = truth in data. 🚀 sq72.co/certified-trai… #sqllearning #sqltutorial #SQL

SQ72Testing's tweet image. 🎓 SQL for Testers – Safeguard your data, validate results.
📅 Oct 23–24 | Live Online | 50% Off | R1750
SQL = truth in data. 🚀 sq72.co/certified-trai…     #sqllearning #sqltutorial #SQL

Day 41 of SQL Learning Today I learned triggers! At first, the syntax had me spinning 😅 But after breaking it down with a simple example, it finally clicked. #100DaysOfSQL #SQLLearning #DataJourney

Etty_official's tweet image. Day 41 of SQL Learning  
Today I learned triggers!  
At first, the syntax had me spinning 😅  
But after breaking it down with a simple example, it finally clicked.  

#100DaysOfSQL #SQLLearning #DataJourney

Looking to master CTE in SQL? My free eBook covers everything from basics to advanced techniques. Download now: stedman.us/ctebook #SQLLearning #CTEGuide


Explore our November promotion for discounts on courses like Aggregating your data in SQL Server for $3 and more. Expand your SQL knowledge today! #SQLLearning stevestedman.com


Explore our November promotion for discounts on courses like Aggregating your data in SQL Server for $3 and more. Expand your SQL knowledge today! #SQLLearning stevestedman.com


Don't miss our November deals, including 25% off Track Blocking Queries with Coaching and 50% off TSQL JOIN Types class. Upgrade your SQL knowledge today! #SQLLearning stevestedman.com


Day 31 of learning SQL 💻 Today I explored how to combine multiple window functions in a single query. From running totals, to ranks, to moving averages,all working together without grouping or collapsing rows #100DaysOfSQL #DataAnalytics #SQLLearning #LearningInPublic

Etty_official's tweet image. Day 31 of learning SQL 💻
Today I explored how to combine multiple window functions in a single query.  
From running totals, to ranks, to moving averages,all working together without grouping or collapsing rows

#100DaysOfSQL #DataAnalytics #SQLLearning #LearningInPublic

🎓 SQL for Testers – Safeguard your data, validate results. 📅 Oct 23–24 | Live Online | 50% Off | R1750 SQL = truth in data. 🚀 sq72.co/certified-trai… #sqllearning #sqltutorial #SQL

SQ72Testing's tweet image. 🎓 SQL for Testers – Safeguard your data, validate results.
📅 Oct 23–24 | Live Online | 50% Off | R1750
SQL = truth in data. 🚀 sq72.co/certified-trai…     #sqllearning #sqltutorial #SQL

LESSON 12 COMPLETED | SQLBolt - Learn SQL with simple, interactive exercises. sqlbolt.com lewat @SQLBolt #myDAjourney #SQLlearning


LESSON 11 COMPLETED | SQLBolt - Learn SQL with simple, interactive exercises. sqlbolt.com lewat @SQLBolt #myDAjourney #SQLlearning


LESSON 10 COMPLETED | SQLBolt - Learn SQL with simple, interactive exercises. sqlbolt.com lewat @SQLBolt #myDAjourney #SQLlearning


LESSON 9 COMPLETED | SQLBolt - Learn SQL with simple, interactive exercises. sqlbolt.com lewat @SQLBolt #myDAjourney #sqllearning


LESSON 8 COMPLETED | SQLBolt - Learn SQL with simple, interactive exercises. sqlbolt.com lewat @SQLBolt #myDAjourney #sqllearning


Master the art of SQL data manipulation with our TSQL Output clause course. Enroll now: stedman.us/output #SQLLearning #TSQL


No results for "#sqllearning"

Day 41 of SQL Learning Today I learned triggers! At first, the syntax had me spinning 😅 But after breaking it down with a simple example, it finally clicked. #100DaysOfSQL #SQLLearning #DataJourney

Etty_official's tweet image. Day 41 of SQL Learning  
Today I learned triggers!  
At first, the syntax had me spinning 😅  
But after breaking it down with a simple example, it finally clicked.  

#100DaysOfSQL #SQLLearning #DataJourney

Using SUM& AVG, GROUP BY, MIN & MAX in SQL #SQLlearning #monday

dunsin_hannah's tweet image. Using SUM& AVG, GROUP BY, MIN & MAX in SQL
#SQLlearning #monday

At #sqlsaturday184 in CT with DBA's all around me. Fun day with databases! #awesomeness #sqllearning

avakharia's tweet image. At #sqlsaturday184 in CT with DBA's all around me. Fun day with databases! #awesomeness #sqllearning

🎓#SQLLearning: I've been diving deep into SQL and learned a LOT! ✅Creating databases and tables ✅ INSERT, UPDATE, DELETE operations ✅ Dynamic table alterations—adding/dropping columns, renaming tables ✅ Handling default values & unique constraints ✅Worked 2 days on SQL #SQL

ChaitanyaJ92's tweet image. 🎓#SQLLearning: I've been diving deep into SQL and learned a LOT!
✅Creating databases and tables
✅ INSERT, UPDATE, DELETE operations
✅ Dynamic table alterations—adding/dropping columns, renaming tables
✅ Handling default values & unique constraints
✅Worked 2 days on SQL
#SQL
ChaitanyaJ92's tweet image. 🎓#SQLLearning: I've been diving deep into SQL and learned a LOT!
✅Creating databases and tables
✅ INSERT, UPDATE, DELETE operations
✅ Dynamic table alterations—adding/dropping columns, renaming tables
✅ Handling default values & unique constraints
✅Worked 2 days on SQL
#SQL

📸 Here is a snapshot of all that I practiced today. #SQLLearning #15daysofconsistencywithDAh #15daysofDatawithDAh 4/4

cappuccinos_bae's tweet image. 📸 Here is a snapshot of all that I practiced today.  #SQLLearning 
#15daysofconsistencywithDAh  #15daysofDatawithDAh
4/4
cappuccinos_bae's tweet image. 📸 Here is a snapshot of all that I practiced today.  #SQLLearning 
#15daysofconsistencywithDAh  #15daysofDatawithDAh
4/4

This SQL Learning Journey is progressing day by day😍 I worked on SQL Case statement, Views, Advanced SQL, Windows Functions, CTEs. Thank you always @TDataImmersed @JacobAjala @DabereNnamani @SQLServer #TDI #SQL #sqllearning

JanetChinatu's tweet image. This SQL Learning Journey is progressing day by day😍
I worked on SQL Case statement, Views, Advanced SQL, Windows Functions, CTEs. Thank you always @TDataImmersed @JacobAjala @DabereNnamani @SQLServer 
#TDI 
#SQL
#sqllearning
JanetChinatu's tweet image. This SQL Learning Journey is progressing day by day😍
I worked on SQL Case statement, Views, Advanced SQL, Windows Functions, CTEs. Thank you always @TDataImmersed @JacobAjala @DabereNnamani @SQLServer 
#TDI 
#SQL
#sqllearning
JanetChinatu's tweet image. This SQL Learning Journey is progressing day by day😍
I worked on SQL Case statement, Views, Advanced SQL, Windows Functions, CTEs. Thank you always @TDataImmersed @JacobAjala @DabereNnamani @SQLServer 
#TDI 
#SQL
#sqllearning
JanetChinatu's tweet image. This SQL Learning Journey is progressing day by day😍
I worked on SQL Case statement, Views, Advanced SQL, Windows Functions, CTEs. Thank you always @TDataImmersed @JacobAjala @DabereNnamani @SQLServer 
#TDI 
#SQL
#sqllearning

📍ABS function is used to return the absolute (positive) value of a number. 📍The ROUND function is used to round a number to a specified number of decimal places. 📸 Here is a snapshot of all that I practiced today. 2/2 #SQLLearning #15daysofconsistencywithDAh

cappuccinos_bae's tweet image. 📍ABS function is used to return the absolute (positive) value of a number. 
📍The ROUND function is used to round a number to a specified number of decimal places. 

 📸 Here is a snapshot of all that I practiced today.  
2/2
#SQLLearning 
#15daysofconsistencywithDAh
cappuccinos_bae's tweet image. 📍ABS function is used to return the absolute (positive) value of a number. 
📍The ROUND function is used to round a number to a specified number of decimal places. 

 📸 Here is a snapshot of all that I practiced today.  
2/2
#SQLLearning 
#15daysofconsistencywithDAh

📸 Here is a snapshot of all that I practiced today. 3/3 #SQLLearning #15daysofconsistencywithDAh #15daysofDatawithDAh

cappuccinos_bae's tweet image. 📸 Here is a snapshot of all that I practiced today.
3/3

#SQLLearning
#15daysofconsistencywithDAh
#15daysofDatawithDAh
cappuccinos_bae's tweet image. 📸 Here is a snapshot of all that I practiced today.
3/3

#SQLLearning
#15daysofconsistencywithDAh
#15daysofDatawithDAh

📸 Here is a snapshot of all that I practiced today. 3/3 #SQLLearning #15daysofconsistencywithDAh #15daysofDatawithDAh

cappuccinos_bae's tweet image. 📸 Here is a snapshot of all that I practiced today.
3/3

#SQLLearning
#15daysofconsistencywithDAh
#15daysofDatawithDAh
cappuccinos_bae's tweet image. 📸 Here is a snapshot of all that I practiced today.
3/3

#SQLLearning
#15daysofconsistencywithDAh
#15daysofDatawithDAh
cappuccinos_bae's tweet image. 📸 Here is a snapshot of all that I practiced today.
3/3

#SQLLearning
#15daysofconsistencywithDAh
#15daysofDatawithDAh
cappuccinos_bae's tweet image. 📸 Here is a snapshot of all that I practiced today.
3/3

#SQLLearning
#15daysofconsistencywithDAh
#15daysofDatawithDAh

1/ First things first, let's talk about creating tables in SQL. 🗂️ Tables are like spreadsheets that hold your data. You define the columns and their data types, and voila! You have a table ready to store your information. #SQLLearning

machogu_cyrus's tweet image. 1/ First things first, let's talk about creating tables in SQL. 🗂️ Tables are like spreadsheets that hold your data. You define the columns and their data types, and voila! You have a table ready to store your information. #SQLLearning

Day 2 of our collective SQL adventure with @Mayy74915434 @Claudcarter2 and @greenleafWe're already conquering queries and turning challenges into victories. Learning together is making this journey even more rewarding. 💪📊 #SQLLearning #TeamWork #TechJourney

Gitonga2050's tweet image. Day 2 of our collective SQL adventure with @Mayy74915434   
 @Claudcarter2  and  @greenleafWe're already conquering queries and turning challenges into victories. Learning together is making this journey even more rewarding. 💪📊 #SQLLearning #TeamWork #TechJourney

Day 12 of #SQLLearning – Completed! 🎯 Today, I delved into the wildcard operators (LIKE, %, _) and the AS clause for aliasing in SQL. 💡

jashandeep71777's tweet image. Day 12 of #SQLLearning – Completed! 🎯

Today, I delved into the wildcard operators (LIKE, %, _) and the AS clause for aliasing in SQL. 💡
jashandeep71777's tweet image. Day 12 of #SQLLearning – Completed! 🎯

Today, I delved into the wildcard operators (LIKE, %, _) and the AS clause for aliasing in SQL. 💡
jashandeep71777's tweet image. Day 12 of #SQLLearning – Completed! 🎯

Today, I delved into the wildcard operators (LIKE, %, _) and the AS clause for aliasing in SQL. 💡
jashandeep71777's tweet image. Day 12 of #SQLLearning – Completed! 🎯

Today, I delved into the wildcard operators (LIKE, %, _) and the AS clause for aliasing in SQL. 💡

WHY IS THIS PROGRAMMING LANGUAGE IMPORTANT TO DATA ANALYSTS AND DATA SCIENTISTS? Data Scientist and data Analyst use data for most of their works. From analyzing data, drawing insights from the analysis and also making predictions based on data. #sql #sqllearning

NwachukwuSarah3's tweet image. WHY IS THIS PROGRAMMING LANGUAGE IMPORTANT TO DATA ANALYSTS AND DATA SCIENTISTS?
Data Scientist and data Analyst use data for most of their works. From analyzing data, drawing insights from the analysis and also making predictions based on data. 
#sql 
#sqllearning

Most of these data are stored in RDBMS, so the knowledge of SQL is very critical for Data Analysts and Scientists because it helps them filter data, retrieve data, modify data and clean data e.t.c from RDBMS #sql #sqllearning

NwachukwuSarah3's tweet image. Most of these data are stored in RDBMS, so the knowledge of SQL is very critical for Data Analysts and Scientists because it helps them filter data, retrieve data, modify data and clean data e.t.c from RDBMS
#sql 
#sqllearning

I'm embarking on a SQL journey this month! 🚀 I'm learning to simplify data queries, unravel the power of databases, and conquer the art of structured query language. #SQLLearning #DataSkills 📊🔍.. ✊💪💪

Bolu_waji's tweet image. I'm embarking on a SQL journey this month! 🚀 I'm learning to simplify data queries, unravel the power of databases, and conquer the art of structured query language. #SQLLearning #DataSkills 📊🔍.. ✊💪💪

Learned about transactions in MySQL today, and wow, it really helps make sense of how to handle changes in databases. Big shoutout to CampusX for explaining it so clearly! Feeling good about my progress. #SQLLearning #CampusX

Aryanupadhyay23's tweet image. Learned about transactions in MySQL today, and wow, it really helps make sense of how to handle changes in databases. Big shoutout to CampusX for explaining it so clearly! Feeling good about my progress.
#SQLLearning #CampusX
Aryanupadhyay23's tweet image. Learned about transactions in MySQL today, and wow, it really helps make sense of how to handle changes in databases. Big shoutout to CampusX for explaining it so clearly! Feeling good about my progress.
#SQLLearning #CampusX
Aryanupadhyay23's tweet image. Learned about transactions in MySQL today, and wow, it really helps make sense of how to handle changes in databases. Big shoutout to CampusX for explaining it so clearly! Feeling good about my progress.
#SQLLearning #CampusX

Loading...

Something went wrong.


Something went wrong.


United States Trends