Skip to content

Commit b38ac0c

Browse files
Update Primary_Department_for_Each_Employee.sql
1 parent fe13dde commit b38ac0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Advanced_Select_and_Joins/Primary_Department_for_Each_Employee.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ WHERE primary_flag='Y' OR
66
FROM Employee
77
Group by employee_id
88
having count(employee_id)=1)
9+
10+
11+
12+
--Rakshit Gupta

0 commit comments

Comments
 (0)