SELECT CustomerName, City, Country FROM Customers WHERE Country = 'Germany' AND City = 'Berlin';
Click Run to execute this code.