Write a query that finds all records with the same Last Name, First Name, and State in tables named "Table 1" and "Table 2" that have an age greater than 45.
The "Table 1" table columns are "Last Name", "First Name", "State", and "Age"
The "Table 2" table columns are "Last Name", "First Name", and "State"