#30dayssqlchallenge search results

🚀 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.

Rofeeah_Tijani's tweet image. 🚀 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.
Rofeeah_Tijani's tweet image. 🚀 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.
Rofeeah_Tijani's tweet image. 🚀 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.
Rofeeah_Tijani's tweet image. 🚀 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.

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.

Rofeeah_Tijani's tweet image. 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.
Rofeeah_Tijani's tweet image. 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.

🚀 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.

Rofeeah_Tijani's tweet image. 🚀 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.

Never stop learning #30dayssqlchallenge

Aideri_afc's tweet image. Never stop learning 
#30dayssqlchallenge
Aideri_afc's tweet image. Never stop learning 
#30dayssqlchallenge
Aideri_afc's tweet image. Never stop learning 
#30dayssqlchallenge

Today is 1st day of my #30DAYSSQLCHALLENGE here is the problem statement and answer:

webdevamir's tweet image. Today is 1st day of my #30DAYSSQLCHALLENGE
here is the problem statement and answer:
webdevamir's tweet image. Today is 1st day of my #30DAYSSQLCHALLENGE
here is the problem statement and answer:

🚀 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

Rofeeah_Tijani's tweet image. 🚀 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
Rofeeah_Tijani's tweet image. 🚀 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

SQL Programming continues.... #30dayssqlchallenge

OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge
OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge
OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge
OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge

First SQL code for the year. #30dayssqlchallenge

id_dodondawa's tweet image. First SQL code for the year.
#30dayssqlchallenge
id_dodondawa's tweet image. First SQL code for the year.
#30dayssqlchallenge
id_dodondawa's tweet image. First SQL code for the year.
#30dayssqlchallenge

SQL code for day 2 of 30 days SQL challenge. #30dayssqlchallenge

iam__yettie's tweet image. SQL code for day 2 of 30 days SQL challenge. #30dayssqlchallenge
iam__yettie's tweet image. SQL code for day 2 of 30 days SQL challenge. #30dayssqlchallenge
iam__yettie's tweet image. SQL code for day 2 of 30 days SQL challenge. #30dayssqlchallenge
iam__yettie's tweet image. SQL code for day 2 of 30 days SQL challenge. #30dayssqlchallenge

Foundations of SQL Day 5: Sorting Results Question: List all employees ordered by HireDate descending. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL 
Day 5: Sorting Results

Question: List all employees ordered by HireDate descending.
@analystsleague
@RxData_

@iam_daniiel

#30daysSQLChallenge

#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.

gathu254's tweet image. #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.

Foundations of SQL Day 1: Basic SELECT Statements Question: Retrieve all columns and rows from the Employees table. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL
Day 1: Basic SELECT Statements

Question: Retrieve all columns and rows from the Employees table. 

@analystsleague
 @RxData_
@iam_daniiel

#30daysSQLChallenge

Foundations of SQL Day 4: Using Comparison Operators Question: Retrieve employees with a salary greater than 50,000. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL  Day 4: Using Comparison Operators

Question: Retrieve employees with a salary greater than 50,000.
@analystsleague
@RxData_
@iam_daniiel

#30daysSQLChallenge

Foundations of SQL Day 2: Selecting Specific Columns Question: Select the FirstName, LastName, and Salary of all employees. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL 
Day 2:  Selecting Specific Columns

Question: Select the FirstName, LastName, and Salary of all employees.
@analystsleague

@RxData_

@iam_daniiel

#30daysSQLChallenge

The first Lesson challenge was completed; #30dayssqlchallenge

OgbeniHercules's tweet image. The first Lesson challenge was completed;

#30dayssqlchallenge
OgbeniHercules's tweet image. The first Lesson challenge was completed;

#30dayssqlchallenge
OgbeniHercules's tweet image. The first Lesson challenge was completed;

#30dayssqlchallenge

Foundations of SQL Day 6: Limiting Results Question: Display the top 5 highest-paid employees. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL  
Day 6: Limiting Results

Question: Display the top 5 highest-paid employees.

@analystsleague
@RxData_
@iam_daniiel

#30daysSQLChallenge

Foundations of SQL Day 3: Filtering Rows with WHERE Question: Find all employees in the 'IT' department. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL 
 Day 3: Filtering Rows with WHERE

Question: Find all employees in the 'IT' department.
@analystsleague

@RxData_
@iam_daniiel

#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.

Rofeeah_Tijani's tweet image. 🚀 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.
Rofeeah_Tijani's tweet image. 🚀 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.
Rofeeah_Tijani's tweet image. 🚀 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.
Rofeeah_Tijani's tweet image. 🚀 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.

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.

Rofeeah_Tijani's tweet image. 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.
Rofeeah_Tijani's tweet image. 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.

🚀 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.

Rofeeah_Tijani's tweet image. 🚀 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.

🚀 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

Rofeeah_Tijani's tweet image. 🚀 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
Rofeeah_Tijani's tweet image. 🚀 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

Today’s focus: applying subqueries with ANY and ALL — for example, finding employees with more vacation hours than employees in a specific department. Halfway there, and the motivation is only growing. 🚀 Let’s go for the next 15 days! #30DaysSQLChallenge #SQL #LearningInPubli


Day 2 of my #30DaysSQLChallenge I started today’s challenge by trying to fix the error I ran into yesterday using Python, but I ended up making things worse. 😅 I couldn’t do much querying because I had to go for my monthly biometric clearance, which was really exhausting.

I started my SQL journey today by downloading the Spotify dataset from Kaggle. My plan was to start simple with the SELECT statement, but things didn’t go as planned 😭. I ran into several errors while trying to import the CSV file into MySQL Workbench.



The first Lesson challenge was completed; #30dayssqlchallenge

OgbeniHercules's tweet image. The first Lesson challenge was completed;

#30dayssqlchallenge
OgbeniHercules's tweet image. The first Lesson challenge was completed;

#30dayssqlchallenge
OgbeniHercules's tweet image. The first Lesson challenge was completed;

#30dayssqlchallenge

SQL Programming continues.... #30dayssqlchallenge

OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge
OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge
OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge
OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge

Never stop learning #30dayssqlchallenge

Aideri_afc's tweet image. Never stop learning 
#30dayssqlchallenge
Aideri_afc's tweet image. Never stop learning 
#30dayssqlchallenge
Aideri_afc's tweet image. Never stop learning 
#30dayssqlchallenge

First SQL code for the year. #30dayssqlchallenge

id_dodondawa's tweet image. First SQL code for the year.
#30dayssqlchallenge
id_dodondawa's tweet image. First SQL code for the year.
#30dayssqlchallenge
id_dodondawa's tweet image. First SQL code for the year.
#30dayssqlchallenge

My SQL programming challenge; I am still learning and practicing #30dayssqlchallenge.....

OgbeniHercules's tweet image. My SQL programming challenge; I am still learning and practicing

#30dayssqlchallenge.....
OgbeniHercules's tweet image. My SQL programming challenge; I am still learning and practicing

#30dayssqlchallenge.....
OgbeniHercules's tweet image. My SQL programming challenge; I am still learning and practicing

#30dayssqlchallenge.....

SQL code for day 2 of 30 days SQL challenge. #30dayssqlchallenge

iam__yettie's tweet image. SQL code for day 2 of 30 days SQL challenge. #30dayssqlchallenge
iam__yettie's tweet image. SQL code for day 2 of 30 days SQL challenge. #30dayssqlchallenge
iam__yettie's tweet image. SQL code for day 2 of 30 days SQL challenge. #30dayssqlchallenge
iam__yettie's tweet image. SQL code for day 2 of 30 days SQL challenge. #30dayssqlchallenge

My SQL code for the first day of 30 days SQL challenge. #30dayssqlchallenge.

Tunde_MustaphaR's tweet image. My SQL code for the first day of 30 days SQL challenge.

#30dayssqlchallenge.
Tunde_MustaphaR's tweet image. My SQL code for the first day of 30 days SQL challenge.

#30dayssqlchallenge.
Tunde_MustaphaR's tweet image. My SQL code for the first day of 30 days SQL challenge.

#30dayssqlchallenge.
Tunde_MustaphaR's tweet image. My SQL code for the first day of 30 days SQL challenge.

#30dayssqlchallenge.

Day 6 of #30DaysSQLChallenge ✅ 🎯 Focus: Understanding GROUP BY! ✨ Learned: Aggregate data using COUNT, SUM, AVG, and more. 💡 Takeaway: GROUP BY is the key to insightful summaries in SQL! 🚀 #SQL #DataScience #30DaysOfSQL #TechJourney #DataEngineer #Day06 (18 Nov. 2024)


Foundations of SQL Day 16: LEFT JOIN Question: List all departments and their employees, including departments with no employees. @AnalystsLeague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL        
Day 16: LEFT JOIN

Question: List all departments and their employees, including departments with no employees.
@AnalystsLeague 
@RxData_
@iam_daniiel
#30daysSQLChallenge

Foundations of SQL Day 15: JOIN Operations (INNER JOIN) Question: Retrieve employee details along with their department names. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL      

Day 15: JOIN Operations (INNER JOIN)

Question: Retrieve employee details along with their department names.

@analystsleague
@RxData_
@iam_daniiel

#30daysSQLChallenge

No results for "#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.

Rofeeah_Tijani's tweet image. 🚀 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.
Rofeeah_Tijani's tweet image. 🚀 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.
Rofeeah_Tijani's tweet image. 🚀 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.
Rofeeah_Tijani's tweet image. 🚀 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.

🚀 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.

Rofeeah_Tijani's tweet image. 🚀 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.

Never stop learning #30dayssqlchallenge

Aideri_afc's tweet image. Never stop learning 
#30dayssqlchallenge
Aideri_afc's tweet image. Never stop learning 
#30dayssqlchallenge
Aideri_afc's tweet image. Never stop learning 
#30dayssqlchallenge

Today is 1st day of my #30DAYSSQLCHALLENGE here is the problem statement and answer:

webdevamir's tweet image. Today is 1st day of my #30DAYSSQLCHALLENGE
here is the problem statement and answer:
webdevamir's tweet image. Today is 1st day of my #30DAYSSQLCHALLENGE
here is the problem statement and answer:

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.

Rofeeah_Tijani's tweet image. 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.
Rofeeah_Tijani's tweet image. 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.

Foundations of SQL Day 5: Sorting Results Question: List all employees ordered by HireDate descending. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL 
Day 5: Sorting Results

Question: List all employees ordered by HireDate descending.
@analystsleague
@RxData_

@iam_daniiel

#30daysSQLChallenge

Foundations of SQL Day 1: Basic SELECT Statements Question: Retrieve all columns and rows from the Employees table. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL
Day 1: Basic SELECT Statements

Question: Retrieve all columns and rows from the Employees table. 

@analystsleague
 @RxData_
@iam_daniiel

#30daysSQLChallenge

Foundations of SQL Day 4: Using Comparison Operators Question: Retrieve employees with a salary greater than 50,000. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL  Day 4: Using Comparison Operators

Question: Retrieve employees with a salary greater than 50,000.
@analystsleague
@RxData_
@iam_daniiel

#30daysSQLChallenge

Foundations of SQL Day 2: Selecting Specific Columns Question: Select the FirstName, LastName, and Salary of all employees. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL 
Day 2:  Selecting Specific Columns

Question: Select the FirstName, LastName, and Salary of all employees.
@analystsleague

@RxData_

@iam_daniiel

#30daysSQLChallenge

Foundations of SQL Day 3: Filtering Rows with WHERE Question: Find all employees in the 'IT' department. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL 
 Day 3: Filtering Rows with WHERE

Question: Find all employees in the 'IT' department.
@analystsleague

@RxData_
@iam_daniiel

#30daysSQLChallenge

Foundations of SQL Day 7: Review and Practice Task: Review the week's concepts by redoing previous queries and experimenting with different departments or salary ranges. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL   

Day 7: Review and Practice

Task: Review the week's concepts by redoing previous queries and experimenting with different departments or salary ranges.
@analystsleague
@RxData_
@iam_daniiel

#30daysSQLChallenge
lawid3001's tweet image. Foundations of SQL   

Day 7: Review and Practice

Task: Review the week's concepts by redoing previous queries and experimenting with different departments or salary ranges.
@analystsleague
@RxData_
@iam_daniiel

#30daysSQLChallenge

Foundations of SQL Day 6: Limiting Results Question: Display the top 5 highest-paid employees. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL  
Day 6: Limiting Results

Question: Display the top 5 highest-paid employees.

@analystsleague
@RxData_
@iam_daniiel

#30daysSQLChallenge

SQL Programming continues.... #30dayssqlchallenge

OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge
OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge
OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge
OgbeniHercules's tweet image. SQL Programming continues....

#30dayssqlchallenge

Foundations of SQL Week 2: Intermediate SQL Concepts Day 8: Aggregation Functions Question: Calculate the average salary of all employees @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL     
Week 2: Intermediate SQL Concepts
Day 8: Aggregation Functions

Question: Calculate the average salary of all employees
@analystsleague
@RxData_
@iam_daniiel

#30daysSQLChallenge

First SQL code for the year. #30dayssqlchallenge

id_dodondawa's tweet image. First SQL code for the year.
#30dayssqlchallenge
id_dodondawa's tweet image. First SQL code for the year.
#30dayssqlchallenge
id_dodondawa's tweet image. First SQL code for the year.
#30dayssqlchallenge

Foundations of SQL Day 15: JOIN Operations (INNER JOIN) Question: Retrieve employee details along with their department names. @analystsleague @RxData_ @iam_daniiel #30daysSQLChallenge

lawid3001's tweet image. Foundations of SQL      

Day 15: JOIN Operations (INNER JOIN)

Question: Retrieve employee details along with their department names.

@analystsleague
@RxData_
@iam_daniiel

#30daysSQLChallenge

Loading...

Something went wrong.


Something went wrong.


United States Trends