Explore tweets tagged as #30daysofSQL
I am Starting a 30-Day SQL Challenge tomorrow! . I'll be sharing 1 MySQL task + insight daily through August. I am sharpening my skills & sharing as I go. Learning SQL? Join in or follow along! #SQLChallenge #MySQL #30DaysOfSQL #DataAnalytics #LearnSQL
0
0
6
I am Starting a 30-Day SQL Challenge tomorrow!. I'll be sharing 1 MySQL task + insight daily through August. I am sharpening my skills & sharing as I go. Learning SQL? Join in or follow along!.#SQLChallenge #MySQL #30DaysOfSQL #DataAnalytics #LearnSQL
1
0
2
Day 3 of my #30DaysOfSQL challenge!. Today’s task: Find all payments between $3–$5 in the Sakila DB. This is a practical way to practice range filtering with WHERE and AND. #SQLChallenge #MySQL #LearnSQL #DataAnalytics #Sakila #SQLTips #TechAfrica #TechTwitter
1
0
6
Day 2 of my #30DaysOfSQL challenge .Today I used CONCAT() and to combine first and last names and also select the id of the actors in sakila database. I also renamed the columns using aliases to ensure readability. Task: Display Full Names and id of the actors
0
0
5
📊 Just completed Module 4 – SQL Complex Queries from @codebasics!. 🔍 Subqueries.🧩 ANY & ALL.🔄 Correlated Subqueries.🧠 CTEs & Recursive Logic.SQL just got serious 💪.Real analyst vibes now!.#SQL #DataAnalytics #Codebasics #CTE #Subquery #30DaysOfSQL #NirbhayLearns
0
1
1
Day 2 of my #30DaysOfSQL challenge. Today I used CONCAT() and to combine first and last names and also select the id of the actors in sakila database. I also renamed the columns using aliases to ensure readability. Task: Display Full Names and id of the actors.
0
0
2
Day 10 of #30DaysofSQL has been a rollercoaster! Challenging yet fun sums it up. Anaconda Navigator has opened up endless possibilities. The #DoHardThings challenges are real, but so is the excitement of mastering this powerful tool. 📊 .@alx_kenya.#DataNerd.#NeverStopLearning
1
4
8
Day 11.Today, I learnt how to manage tables using constraints in SQL (Not Null, Default, Check, Unique). In simple terms, constraints help maintain consistent, valid, and high-quality data, which is crucial for robust database management and meaningful data analysis. #30DaysOfSQL
1
1
8
Day 1 in the 5 weeks of SQL with #alxkenya. Couldn't be more excited:).#30DaysofSQL .#DataScience.#alxkenya #dohardthings
0
3
7
Catching up on Day 7 of #SQLwithFunmi! .🔷 Mastered aggregation with MIN, MAX, COUNT, GROUP BY, and ORDER BY. Found youngest/oldest corps members and counted members by institution state. Powerful techniques for data analysis! 💻. #30DaysOfSQL .#SQLSkills .#DataAnalytics
1
2
2
Learning SQL this past week! Covered: Databases, Tables, SELECT, FROM, WHERE, DELETE, INSERT, AND/OR, Drop & Truncate. Thought it was simple at first, but #30DaysOfSQL on #SQL goes deep! Practiced complex queries and feeling good about my progress. Excited to learn more!
0
0
1
#day18 of #100DaysOfCode .I practiced SQL basics using #w3schools. Covered a lot of fundamentals last night .#30daysofsql
0
0
1
🚀 Day 27 of #30daysofSQL.🎯 I explored mathematical functions and date functions. To learn more, consult the PostgreSQL Documentation: and 💡 Join the challenge: Happy SQLing! 💻.#SQL
1
0
2
Day 1/30 of my SQL learning challenge. I’m already familiar with basics like CREATE, SHOW, USE, SELECT, INSERT, and DISTINCT, but today I discovered the power of the DESCRIBE command! It’s a great way to peek into table structures. #SQL #DataJourney #30DaysOfSQL
2
1
8
#30daysofsqlchallenge #30daysofsql #SQL .DAY 8:Today I Got to learn about creating db, tables and inserting data in the tables . 1.CREATE DB:.CREATE DATABASE teams_db;.-To select the DB:.use teams_db;.2.CREATE TABLE:
1
0
0
#30daysofsqlchallenge #30daysofsql #SQL .DAY 7: I got to learn about SQL DATATYPES and Created my first DB,.Table, and inserted some data in it. a)SQL DATATYPES .INT - used for representing integers (whole numbers)
1
0
0
Day 20. Today I learnt about window function and how to use it to perform a calculation across a set of table rows using the Over Clause. #Day20 #30DaysOfSQL #WindowFunction #OverClause #Data
0
1
2