Data Science & Machine Learning
Join this channel to learn data science, artificial intelligence and machine learning with funny quizzes, interesting projects and amazing resources for free For collaborations: @love_data
Show more๐ Analytical overview of Telegram channel Data Science & Machine Learning
Channel Data Science & Machine Learning (@datasciencefun) in the English language segment is an active participant. Currently, the community unites 75 624 subscribers, ranking 2 119 in the Education category and 4 357 in the India region.
๐ Audience metrics and dynamics
Since its creation on ะฝะตะฒัะดะพะผะพ, the project has demonstrated rapid growth, gathering an audience of 75 624 subscribers.
According to the latest data from 10 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 922 over the last 30 days and by 33 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 3.55%. Within the first 24 hours after publication, content typically collects 1.39% reactions from the total number of subscribers.
- Post reach: On average, each post receives 2 687 views. Within the first day, a publication typically gains 1 051 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 5.
- Thematic interests: Content is focused on key topics such as learning, accuracy, distribution, panda, dataset.
๐ Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
โJoin this channel to learn data science, artificial intelligence and machine learning with funny quizzes, interesting projects and amazing resources for free
For collaborations: @love_dataโ
Thanks to the high frequency of updates (latest data received on 11 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Education category.
SELECT employees.name, salary.salary
FROM employees
INNER JOIN salary
ON employees.emp_id = salary.emp_id;
โ Most commonly used JOIN.
๐น 3. LEFT JOIN
Returns:
โ All rows from left table
โ Matching rows from right table
SELECT *
FROM employees
LEFT JOIN salary
ON employees.emp_id = salary.emp_id;
๐ Non-matching rows return NULL.
๐น 4. RIGHT JOIN
Returns:
โ All rows from right table
โ Matching rows from left table
SELECT *
FROM employees
RIGHT JOIN salary
ON employees.emp_id = salary.emp_id;
๐น 5. FULL JOIN
Returns all rows from both tables.
SELECT *
FROM employees
FULL OUTER JOIN salary
ON employees.emp_id = salary.emp_id;
๐น 6. SELF JOIN โญ
Joining a table with itself.
Used for:
โ Employee-manager relationships
๐น 7. Visual Understanding
โข INNER JOIN โ Matching only
โข LEFT JOIN โ All left + matching right
โข RIGHT JOIN โ All right + matching left
โข FULL JOIN โ Everything
๐น 8. Why JOINS are Important?
โ Used daily in real projects
โ Most asked interview topic
โ Combines business data from multiple tables
๐ฏ Todayโs Goal
โ Understand INNER JOIN
โ Learn LEFT/RIGHT/FULL JOIN
โ Understand real-world use cases
SQL Notes: https://whatsapp.com/channel/0029VbCyzS02ZjCwoShXXc2j
๐ฌ Tap โค๏ธ for more!
Available now! Telegram Research 2025 โ the year's key insights 
