#learningsql hasil pencarian
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
Learned about data types, SQL commands, and how to write queries for databases and tables.#LearningSQL #DatabaseBasics
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
๐ง 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
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
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
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
"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
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)
Day 6 of #learningSQL ๐ Today's Topic 1. CASE statement Case statements evaluates a list of conditions an d returns a value when the first condition is met
Day 6 of #learningSQL ๐ Today's Topic 1. CASE statement Case statements evaluates a list of conditions an d returns a value when the first condition is met
DAY 5 OF #learningSQL ๐ Topics covered 1. Date and Time functions 2. โ NULL functions 3. โ Data policies
3. โ use the default value "unknown" and avoid using NULL,empty string and blank spaces That concludes day 5 of #learningSQL ๐ See you tomorrow
DAY 5 OF #learningSQL ๐ Topics covered 1. Date and Time functions 2. โ NULL functions 3. โ Data policies
DAY 4 of #learningSQL ๐ Topics covered 1. LIKE operator 2. โ SQL functions 3. โ string functions
ROUND Function: to round up numbers ABS: To convert all numbers to an absolute number That concludes day 4 of #learningSQL ๐ See you tomorrow
DAY 4 of #learningSQL ๐ Topics covered 1. LIKE operator 2. โ SQL functions 3. โ string functions
Day 3 of #learningSQL ๐ Topics covered 1. Joining data 2. โ JOINS 3. โ SET OPERATORS Joining data SQL uses two operators to combine either rows or columns of two or more tables- JOIN OR SET OPERATORS
That concludes the end of day 3 of #learningSQL See you tomorrow ๐
Day 3 of #learningSQL ๐ Topics covered 1. Joining data 2. โ JOINS 3. โ SET OPERATORS Joining data SQL uses two operators to combine either rows or columns of two or more tables- JOIN OR SET OPERATORS
Day 2 of #learningSQL ๐ Topics covered - โ Deeper look into DDL and DML - SQL Query clauses - โ Order and execution order DDL(Data Definition Language) This defines the structure of the data. Uses commands like CREATE,ALTER,DROP.
CODING ORDER SELECT DISTINCT TOP >> FROM >> WHERE >> GROUPBY >> HAVING>> ORDER BY EXECUTION ORDER FROM>> WHERE>> GROUPBY>> HAVING >> SELECT DISTINCT>> ORDER BY>> TOP That concludes day 2 of #learningSQL ๐๐ See you tomorrow
Day 2 of #learningSQL ๐ Topics covered - โ Deeper look into DDL and DML - SQL Query clauses - โ Order and execution order DDL(Data Definition Language) This defines the structure of the data. Uses commands like CREATE,ALTER,DROP.
Day 1 of #learningsql First day was fun, Baraa ensured he explained the concepts in a simplistic manner. *Topics covered*:l - Introduction - โ database management and server - โ Types of SQL command and query clauses *SQL(Structured Query Language)* Also pronounced as "sequel"
Database structure: Server >Database(s)>Schemas>Tables That concludes day 1 #learningSQL See you tomorrow ๐
Day 1 of #learningsql First day was fun, Baraa ensured he explained the concepts in a simplistic manner. *Topics covered*:l - Introduction - โ database management and server - โ Types of SQL command and query clauses *SQL(Structured Query Language)* Also pronounced as "sequel"
Starting my SQL journey!!!! For the next few weeks I will be learning SQL in public. My primary learning material be will "SQL full course for beginners- from zero to hero(30 hours)" by Data with Baraa. I'm excited about this one ๐ Let's see how it goes!!! #learningSQL
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โฆ #SQL #MySQL #learningsql
youtube.com
YouTube
Sorting and Limiting Data (ORDER BY + LIMIT) | MySQL for Beginners
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
Top 5 real-world use cases of the CASE statement in #SQLServer ๐ Be in touch, @RakeshMen #SQLTips #LearningSQL #DataManipulation #Querying
โ 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โ๏ธ
Learned about data types, SQL commands, and how to write queries for databases and tables.#LearningSQL #DatabaseBasics
๐จ 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
๐๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด ๐ฆ๐ค๐ ๐ถ๐ป ๐ฎ ๐ช๐ฒ๐ฒ๐ธ๐ฒ๐ป๐ฑ: ๐๐ ๐๐ ๐ฃ๐ผ๐๐๐ถ๐ฏ๐น๐ฒ? 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
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
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Warner Bros 119K posts
- 2. HBO Max 55.4K posts
- 3. #FanCashDropPromotion 1,259 posts
- 4. Good Friday 57.5K posts
- 5. #FridayVibes 4,501 posts
- 6. Paramount 28K posts
- 7. Ted Sarandos 3,819 posts
- 8. Jake Tapper 59.6K posts
- 9. $NFLX 5,335 posts
- 10. #FridayFeeling 1,935 posts
- 11. National Security Strategy 12K posts
- 12. NO U.S. WAR ON VENEZUELA 3,196 posts
- 13. The EU 139K posts
- 14. Bandcamp Friday 1,979 posts
- 15. David Zaslav 1,915 posts
- 16. Happy Friyay 1,225 posts
- 17. #FridayMotivation 4,494 posts
- 18. RED Friday 5,026 posts
- 19. #FlashbackFriday N/A
- 20. Core PCE 2,485 posts