Dashboard Temp Share Shortlinks Frames API

HTMLify

Day 36
Views: 2 | Author: djdj
1
2
3
4
# Write your MySQL query statement below
select actor_id,director_id from ActorDirector 
group by actor_id, director_id
Having count(actor_id = director_id) >=3;