You are given two tables: Employees and Employee_pan. The column 'id' denotes the ID of the employee in both tables. Print the UIN and NAME of all employees who are younger than 25.
Table: EMPLOYEES
Field | Type
ID (PK) | int
Name | char(20)
Age | int
Address | char(25)
Salary | decimal(18,2)
Table: EMPLOYEE_PAN
Field | Type
ID (PK) | int
UIN | int