[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 127   SHUFFLE   <  SKIP 1507  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24341Jones, Wyatt, M92118CoronadoCaliforniaUnited States
25022Perez, Patricia1002SydneyNew South WalesAustralia
22632Perez, Tabitha, C75010ParisSeine (Paris)France

Generated 2025-07-14 11:56:22.523 UTC