#sqljourney hasil pencarian
Day 1: Installed my local #SQL setup & Workbench and covered the basics. Every skill starts somewhere! ๐ฅ๐ป #SQLJourney #DataLearning
My first week with SQL I delved into SQL, exploring key modules: querying data, database concepts, SQL basics, and querying with SQL. Fun and challenging to begin with...๐ก #SQLJourney
Consistency beats everything 30 days of SQL โ Certificate achieved ๐ Next stop: Bigger goals๐ฅ #SQLJourney #LearningNeverStops"
Needed SQL for academics๐ Could've gone the safer route, watched a few 'Select * FROM students' tutorials and called it a day But nahh ๐ค Instead went straight for PostgreSQL with no prior SQL experience #BuildInPublic #PostgreSQL #SQLJourney #FrontendDev #IndieDev #MERNvsPERN
SQL is teaching me patience, precision, and clarity. Itโs more than code . Itโs a conversation with data. And every day, Iโm learning to ask better questions. #SQLJourney #TechNigeria #DataByz
Started my 50 Days of #SQL for Beginners with Sumit Mittal (@bigdatasumit) two days ago. It has been interesting so far. Locked in and determined to show up daily and share my progress. One query at a time. ๐ฅ๐ป #DataLearning #SQLJourney
Day 4 ๐: Inserted data into my table using INSERT INTO users VALUES (1, 'name');. Dataโs piling up little by little! Whatโs your fave SQL command? #SQLJourney #Database
Day 2: Dived into #databases โ types, tables, and even created my first simple table using #MySQL Workbench. Step by step, the journey continues! ๐ป๐ฅ #SQLJourney #DataLearning
Proudest SQL moments! ๐ From mastering `SELECT` & `FROM` to creating tables with `CREATE TABLE`, and leveling up with `SUM`, `JOIN`, `HAVING`, `INSERT INTO`, `UPDATE`, and optimizing with `INDEX` ๐๐ฅ #SQLJourney #Tech4AfricansScholar #TechCrushGraduation
๐ Unlocked: SQL Gold Badge on @hackerrank This one came with a lot of WHERE, JOIN, and why-is-this-wrong?! moments ๐คฏ Still learning, but leveling up bit by bit ๐ง ๐ช If youโre grinding through SQL too โ I feel you! #DataSquad #HackerRank #SQLJourney #TechTwitter #AI
๐ Learning Journey: Stanford Course: Databases: Relational Databases and SQL ~ Day 8 SoloLearn: Intro to SQL ๐ Follow me for more coding insights and daily updates! Let's learn and grow together! ๐ปโจ #SQLJourney #ProgrammingProgress #TechSkills #CodingCommunity
2๏ธโฃ Stanford Databases Course: Relational Databases and SQL: Day 1 ๐ง ๐ป ๐ Learning Relational Algebra, SQL queries, and diving deep into #MySQL and #SQLite! #SQLJourney #TechGoals #LearningSQL #StanfordDatabase #CodeEveryday #DevCommunity
Day 3: With @bigdatasumit today, went deeper into core #SQL commands โ INSERT, DESCRIBE, SELECT, DELETE, plus ORDER BY and LIMIT. Queries are starting to feel more natural. ๐ป๐ฅ #SQLJourney #DataLearning
Proud to have solved 50 problems on CodeChef and earned the Problem Solver Bronze Badge! ๐ฅ๐ป Grateful for the learning journey โ many more to go! #CodeChef #ProblemSolving #SQLJourney
Ready to refine your SQL capabilities? Dive into the fascinating world of CTEs this November. #CTEWorld #SQLJourney stedman.us/CTENOV
๐ Diving into #SQL with @AlexTheAnalyst! ๐ Each query unveils new insights. Excited for whatโs next! ๐๐ก #DataExplorer #SQLJourney #DataAnalytics
Day 3: With @bigdatasumit today, went deeper into core #SQL commands โ INSERT, DESCRIBE, SELECT, DELETE, plus ORDER BY and LIMIT. Queries are starting to feel more natural. ๐ป๐ฅ #SQLJourney #DataLearning
Day 2: Dived into #databases โ types, tables, and even created my first simple table using #MySQL Workbench. Step by step, the journey continues! ๐ป๐ฅ #SQLJourney #DataLearning
Day 1: Installed my local #SQL setup & Workbench and covered the basics. Every skill starts somewhere! ๐ฅ๐ป #SQLJourney #DataLearning
Started my 50 Days of #SQL for Beginners with Sumit Mittal (@bigdatasumit) two days ago. It has been interesting so far. Locked in and determined to show up daily and share my progress. One query at a time. ๐ฅ๐ป #DataLearning #SQLJourney
SQL is teaching me patience, precision, and clarity. Itโs more than code . Itโs a conversation with data. And every day, Iโm learning to ask better questions. #SQLJourney #TechNigeria #DataByz
Ready to refine your SQL capabilities? Dive into the fascinating world of CTEs this November. #CTEWorld #SQLJourney stedman.us/CTENOV
Proudest SQL moments! ๐ From mastering `SELECT` & `FROM` to creating tables with `CREATE TABLE`, and leveling up with `SUM`, `JOIN`, `HAVING`, `INSERT INTO`, `UPDATE`, and optimizing with `INDEX` ๐๐ฅ #SQLJourney #Tech4AfricansScholar #TechCrushGraduation
Day 2 of my #SQLJourney ๐ Today I learned the basics of the SELECT statement โ the foundation of every SQL query! ๐ป Hereโs what I picked up SELECT helps you fetch data from a database. Example: SELECT * FROM employees This shows all the columns from the employees table. Etcโฆ
Day 6 ๐ฅฒ: Mastered WHERE clause today! For example SELECT * FROM users WHERE id = 1; grabs specific rows. Filters are really game-changers! #SQLJourney #DataScience
Day 4 ๐: Inserted data into my table using INSERT INTO users VALUES (1, 'name');. Dataโs piling up little by little! Whatโs your fave SQL command? #SQLJourney #Database
Impressive progress! There's a unique satisfaction in structuring data, isn't there? #RelevantSkills #SQLJourney
Files โ great for small/simple data Databases โ essential for large or complex data SQL โ the key to unlocking structured data ๐ Unstructured data? Thatโs where tools beyond SQL (NoSQL, AI/ML) come in. #DataScience #SQLJourney
Recently started learning SQL and I used to be scared of databases. Then I realized SQL itโs just: โขAsk politely (SELECT) โขFrom the right table (FROM) โขDonโt be greedy (LIMIT) Now Postgres actually listens to me ๐ฅน #SQLJourney #Analytics
Consistency beats everything 30 days of SQL โ Certificate achieved ๐ Next stop: Bigger goals๐ฅ #SQLJourney #LearningNeverStops"
Wrapped up weeks of Excel + capstone at @TDataImmersed ! Grateful to @DabereNnamani & @JudeRaji_ for the guidance. ๐ Now onto SQL basics โ interfaces, relational DBs & commands like SELECT, WHERE, ORDER BY. @MSPowerBI #SQLJourney
3 DML is great for automating checks or keeping a record of changes. DDL is like your databaseโs โalarm systemโ when something structural changes. Logon is perfect for tracking whoโs coming in and when. #SQLJourney #Triggers #DataAnalytics
4 Stored procedures ๐ง -Pre-written SQL code saved in the database -Can run anytime with different parameters -Write once, reuse everywhere -Pre-compiled for faster execution #SQLJourney #TempTables #StoredProcedures #DataAnalytics
7 For anyone learning SQL: Embrace the errors - they're your best teachers. The debugging process might be frustrating, but the "aha!" moments make it all worth it. #SQLJourney #Tech #DataAnalyst
๐ Unlocked: SQL Gold Badge on @hackerrank This one came with a lot of WHERE, JOIN, and why-is-this-wrong?! moments ๐คฏ Still learning, but leveling up bit by bit ๐ง ๐ช If youโre grinding through SQL too โ I feel you! #DataSquad #HackerRank #SQLJourney #TechTwitter #AI
Day 4 ๐: Inserted data into my table using INSERT INTO users VALUES (1, 'name');. Dataโs piling up little by little! Whatโs your fave SQL command? #SQLJourney #Database
Consistency beats everything 30 days of SQL โ Certificate achieved ๐ Next stop: Bigger goals๐ฅ #SQLJourney #LearningNeverStops"
Needed SQL for academics๐ Could've gone the safer route, watched a few 'Select * FROM students' tutorials and called it a day But nahh ๐ค Instead went straight for PostgreSQL with no prior SQL experience #BuildInPublic #PostgreSQL #SQLJourney #FrontendDev #IndieDev #MERNvsPERN
๐ Diving into #SQL with @AlexTheAnalyst! ๐ Each query unveils new insights. Excited for whatโs next! ๐๐ก #DataExplorer #SQLJourney #DataAnalytics
My first week with SQL I delved into SQL, exploring key modules: querying data, database concepts, SQL basics, and querying with SQL. Fun and challenging to begin with...๐ก #SQLJourney
๐ Learning Journey: Stanford Course: Databases: Relational Databases and SQL ~ Day 8 SoloLearn: Intro to SQL ๐ Follow me for more coding insights and daily updates! Let's learn and grow together! ๐ปโจ #SQLJourney #ProgrammingProgress #TechSkills #CodingCommunity
๐ Unlocked: SQL Gold Badge on @hackerrank This one came with a lot of WHERE, JOIN, and why-is-this-wrong?! moments ๐คฏ Still learning, but leveling up bit by bit ๐ง ๐ช If youโre grinding through SQL too โ I feel you! #DataSquad #HackerRank #SQLJourney #TechTwitter #AI
2๏ธโฃ Stanford Databases Course: Relational Databases and SQL: Day 1 ๐ง ๐ป ๐ Learning Relational Algebra, SQL queries, and diving deep into #MySQL and #SQLite! #SQLJourney #TechGoals #LearningSQL #StanfordDatabase #CodeEveryday #DevCommunity
Proudest SQL moments! ๐ From mastering `SELECT` & `FROM` to creating tables with `CREATE TABLE`, and leveling up with `SUM`, `JOIN`, `HAVING`, `INSERT INTO`, `UPDATE`, and optimizing with `INDEX` ๐๐ฅ #SQLJourney #Tech4AfricansScholar #TechCrushGraduation
My first SQL Database.... Written from scratch!!! #SQLJourney #DataAnalytics #DatabaseDesign #UnlearnAndRelearn #SQLBeginner #TechLearning #GrowthMindset #LearningByDoing #DataCommunity #LinkedInLearning #Databases #MySQL #SQLProjects
Taking it step-by-step, one query at a time. The more I learn, the more I realize how powerful SQL can be for extracting insights. Looking forward to diving deeper! @JudeRaji_ #SQLJourney #DataAnalysis #TechTwitter
Begin Your SQL Journey Today! Unlock your potential with these top-tier resources to master SQL. Here are 3 must-read books, perfect for both beginners and advanced learners. Which one will you dive into first? Let us know in the comments! #SQLJourney #LearnSQL #SQLBooks
#SQLJOURNEY# My 1% today 1. I wrapped up the "Exploratory Data Analysis" course in SQL by taking some exercises on aggregating with date/time series and time between events. It was really a hectic journey for me. That course, eh? Thankfully, against all odds, I pulled through.
Day 7/30 of SQL I activate my review mode ๐, go through my jottings and practised some queries using all the tables I created earlier, testing my joins, subqueries, and constraints. This Sql na me and you๐ช๐ป #SQLJourney #30DayChallenge
Day 6/30 of SQL Dived into Subqueries using queries inside queries to filter or transform data. I understand the inner query in used to determine the output of the outer query. Types of subqueries below: #SQLLearning #30DayChallenge
#SQLJOURNEY# My 1% Today: 1. I continued the "Data-Driven Decision Making in SQL" course on DataCamp. I learnt about decision making with advanced SQL queries.
Something went wrong.
Something went wrong.
United States Trends
- 1. Sedition 185K posts
- 2. Cheney 91.4K posts
- 3. Lamelo 7,655 posts
- 4. Texans 20.4K posts
- 5. Seditious 102K posts
- 6. Constitution 118K posts
- 7. Commander in Chief 56K posts
- 8. Coast Guard 25.4K posts
- 9. Seager 1,385 posts
- 10. TMNT 4,734 posts
- 11. First Take 47K posts
- 12. UCMJ 10.5K posts
- 13. UNLAWFUL 81.1K posts
- 14. The Last Ronin 2,092 posts
- 15. Trump and Vance 37K posts
- 16. Jeanie 2,109 posts
- 17. #drwfirstgoal N/A
- 18. Dizzy 7,362 posts
- 19. Shayy 15.4K posts
- 20. Cam Newton 4,783 posts