I have two tables . Customer1 and Customer2
Customer1
id name 1 jack 2 john 3 jones
Customer 2
id name
The Customer 2 table is empty . Now i have to check if a particular name say 'jack' is present or not in customer 2 and to insert if a name 'jack' is not present in customer 2 .