[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 1314   SHUFFLE   <  SKIP 13  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13243Davis, Alyssa, C97034Lake OswegoOregonUnited States
15934Raji, Nichole, C98225BellinghamWashingtonUnited States
21944Jiménez, Daisy2036MatravilleNew South WalesAustralia

Generated 2025-07-21 18:19:20.623 UTC