Employee couples – SQL Puzzle
Given a table schema of employees like the following. Employee id, employee name, and spouse id if their spouse is also working in the same company. spouse id will be null if only one person is working. Id Name Spouse id 100 Sachin 101 101 Anjali 100 102 Virat 103 103 Anushka 102 104 Sanju…