[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 250   <  SKIP 4932  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21429Sandberg, Isabella, D97205PortlandOregonUnited States
21772Patterson, Sarah, G97205PortlandOregonUnited States
22093Baker, Sydney, A97205PortlandOregonUnited States

Generated 2025-07-15 13:11:42.118 UTC