[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 750   <  SKIP 4403  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15313Morris, Garrett, C97205PortlandOregonUnited States
15390Turner, Jonathan, B97205PortlandOregonUnited States
15367White, Alyssa, L97205PortlandOregonUnited States
15522Russell, Ethan, I97205PortlandOregonUnited States
15534Bell, Steven97205PortlandOregonUnited States
15962Winter, Benjamin, C97205PortlandOregonUnited States

Generated 2025-10-11 16:55:13.639 UTC