[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 5152  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15252Murphy, Jada97205PortlandOregonUnited States
15390Turner, Jonathan, B97205PortlandOregonUnited States
15313Morris, Garrett, C97205PortlandOregonUnited States
15367White, Alyssa, L97205PortlandOregonUnited States

Generated 2025-07-17 23:03:16.425 UTC