[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 7979  >   <  TAKE 4  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20662Perry, Taylor, J97222MilwaukieOregonUnited States
21142Brooks, Mason97222MilwaukieOregonUnited States
21302Foster, Logan, F97222MilwaukieOregonUnited States
21938Hall, Savannah, K97222MilwaukieOregonUnited States

Generated 2025-07-14 16:10:53.560 UTC