Discuss the N+1 query problem encountered in Entity Framework and its implications on performance. How can eager loading be utilized to mitigate this issue? Provide examples to illustrate your explanation.
The interviewer expects a clear explanation of the N+1 query problem, its impact on database performance, and practical examples of eager loading in SQL queries.