+-------------+---------+
| Column Name | Type |
+-------------+---------+
| actor\_id | int |
| director\_id | int |
| timestamp | int |
+-------------+---------+
timestamp is the primary key column for this table.
Write a SQL query for a report that provides the pairs (actor_id, director_id) where the actor have cooperated with the director at least 3 times.