Explore tweets tagged as #30DaysSQLChallenge
🚀 Day 28 of my #30DaysSQLChallenge – Analytics SQL: Time Series Analysis Time series analysis isn’t just for data science tools like Python or R — you can do a lot directly in SQL! I’ve practiced different SQL techniques that help uncover trends and insights over time.
2
4
7
#30daysSQLchallenge Day 3: I learnt about :- a)DBMS(DATABASE MANAGEMENT SYSTEMS) -This is a software program that helps users create and maintain a database. So what are it's purpose? 1. Used for backups 2. Makes it easy for management of large amounts of information.
1
0
1
0
0
1
Foundations of SQL Day 5: Sorting Results Question: List all employees ordered by HireDate descending. @analystsleague
@RxData_
@iam_daniiel
#30daysSQLChallenge
0
2
9
Foundations of SQL Day 1: Basic SELECT Statements Question: Retrieve all columns and rows from the Employees table. @analystsleague
@RxData_
@iam_daniiel
#30daysSQLChallenge
1
2
6
Foundations of SQL Day 4: Using Comparison Operators Question: Retrieve employees with a salary greater than 50,000. @analystsleague
@RxData_
@iam_daniiel
#30daysSQLChallenge
0
2
5
Foundations of SQL Day 2: Selecting Specific Columns Question: Select the FirstName, LastName, and Salary of all employees. @analystsleague
@RxData_
@iam_daniiel
#30daysSQLChallenge
1
2
6
🚀 Day 22 of my #30DaysSQLChallenge Today, I focused on Joins and Views in SQL. While joins are powerful for combining data across multiple tables, I found views especially interesting: 🔹 A view is like a virtual table that stores a query for easy reuse.
1
2
7
🚀 Day 17 of my #30DaysSQLChallenge 🚀 Today’s focus: Common Table Expressions (CTEs) A CTE is a temporary named result set that exists only within the query that follows it. Working with CTEs today helped me break complex queries into smaller steps instead
1
0
0
Day 23 of my #30DaysSQLChallenge – Transactions & Constraints Today’s topic is too broad to cover in just one sitting. So I’ll be dividing it into two parts for better clarity: Part 1 (Today): Understanding what Transactions and Constraints are.
1
1
9
Foundations of SQL Day 6: Limiting Results Question: Display the top 5 highest-paid employees. @analystsleague
@RxData_
@iam_daniiel
#30daysSQLChallenge
0
0
2