SQL | SELF JOIN in SQL |
Автор: Coding ETL
Загружено: 2026-01-14
Просмотров: 35
If you found this video helpful, please like, share, and subscribe to the channel.
Feel free to comment if you have any suggestions or questions.
You can find the table scripts below. -
CREATE TABLE Employees (
EmpID INT,
EmpName VARCHAR(50),
ManagerID INT
);
INSERT INTO Employees VALUES
(1, 'Amit', NULL),
(2, 'Ravi', 1),
(3, 'Neha', 1),
(4, 'Priya', 2),
(5, 'Rahul', 2);
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: