Which of the table in the image below represents a function?
Table 1
Input: 4, 3, 2
Output: 3, 2, 1
Table 2
Input: 1, 2, 3
Output: 3, 5, 7
Table 3
Input: 0, 1, 1
Output: 0, 4, 5
Table 4
Input: 4, 4, 4
Output: 1, 2, 3