[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 5273  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23259Taylor, John98366Port OrchardWashingtonUnited States
23302Walker, Fernando, R98366Port OrchardWashingtonUnited States
23462Jones, Seth98366Port OrchardWashingtonUnited States

Generated 2025-07-09 01:23:29.205 UTC