#MySQL #tutorial #course
00:00:00 example 1
00:05:44 example 2
00:00:00 conclusion
SELECT a.first_name, a.last_name,
CONCAT(b.first_name," ", b.last_name) AS "reports_to"
FROM employees AS a
INNER JOIN employees AS b
ON a.supervisor_id = b.employee_id;
00:00:00 example 1
00:05:44 example 2
00:00:00 conclusion
SELECT a.first_name, a.last_name,
CONCAT(b.first_name," ", b.last_name) AS "reports_to"
FROM employees AS a
INNER JOIN employees AS b
ON a.supervisor_id = b.employee_id;
- Category
- Bro Code
- Tags
- MySQL tutorial for beginners, SQL tutorial for beginners, MySQL course
Be the first to comment
Up Next
Autoplay
-
Episode-029 - Using Inner Joins in MySQL
by mysql 113 Views -
Huawei Joins Hands with Ethiopian Capital Government
by huawei 98 Views -
Huawei Joins Hands with Prince Songkhla University in Thailand
by huawei 104 Views -
MySQL: JOINS are easy (INNER, LEFT, RIGHT)
by brocode 111 Views -
Rick Howard joins Palo Alto Networks as CSO
by paloalto 72 Views -
NJCAAE Joins Competitive Gaming
by extreme 94 Views -
Episode-030 - Using Outer Joins in MySQL
by mysql 121 Views -
Episode-031 - Using Cross Joins in MySQL
by mysql 120 Views -
MySQL Performance: Intro to JOINS in SQL
by LiquidWeb 122 Views -
Mike Stead from GPA @GlobalPresenceAlliance joins @Netgear AV at @IntegratedSystemsEurope 2025
by netgear 98 Views -
How to Set Up WooCommerce Product Filters for Your Online Store
by hostinger 566 Views -
Best AI Content Writers in 2025: Our Top Picks
by hostinger 403 Views -
How to Set Up Email on Apple Mail in Minutes | Hostinger
by hostinger 439 Views -
How to Create a Professional Fitness Website With Ease
by hostinger 518 Views -
How to Host an Ark Server: Hostinger Tutorial
by hostinger 563 Views -
How to Build a Small Business Website | From Zero to Launch
by hostinger 491 Views -
10 Hobbies for Students That ACTUALLY Make You Money
by hostinger 564 Views -
SSH Connection Refused: 6 Methods to Fix It (Hostinger Tutorial)
by hostinger 526 Views -
How to Create a Business Website with AI | Fast & Easy!
by hostinger 505 Views -
How to Build a WordPress Website With AI
by hostinger 565 Views
Add to playlist
Sorry, only registred users can create playlists.



