Hey,
I have a table1 with such fields:
Date of Birth
ID Number
Name
Currently the name field is empty. I have another table2 which has these fields:
ID NUMBER
Name
Date of Birth
How can I write such a query for table1 that it takes all the values from Table2 where ID number & Date of Birth match in both the tables?
