[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   SHUFFLE   <  SKIP 2205  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22229Perry, Wyatt91502BurbankCaliforniaUnited States
14283Simmons, Seth, E97034Lake OswegoOregonUnited States
20529Jackson, Destiny, M98225BellinghamWashingtonUnited States
28316Martin, Jaime3000MelbourneVictoriaAustralia
24389Carter, Xavier97301SalemOregonUnited States
29469Saunders, Dominique, MOX16 8RSOxonEnglandUnited Kingdom

Generated 2025-11-06 04:43:35.932 UTC