[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 875   SHUFFLE   <  SKIP 3813  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12889Adams, James97205PortlandOregonUnited States
16886Flores, Aidan97205PortlandOregonUnited States
18115Young, Richard, C98104SeattleWashingtonUnited States
13986Anderson, Chloe, R91977Spring ValleyCaliforniaUnited States

Generated 2025-07-13 19:41:09.295 UTC