The question I am dealing with:
Wwhat is the longest period of time where there was no change in employment at the company. A change in employment is someone new starting or an existing employee leaving the company.
The table contains employee id, start_date, end_date, employee name.
I'm finding a tough time trying to start a query. I've looked up some gap and island information but am still stuck. Anyone with a solution I can parse through to better understand the concept?