var friendsQuery = friends.Where(f => f.Country == "USA" || f.Count...
LinQ SQL var friendsQuery = from f in friends where f.Country == "USA"...