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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13070Clark, Emma, D97034Lake OswegoOregonUnited States
29373Subram, Bobby, JSL67RJMaidenheadEnglandUnited Kingdom
28677Tang, Damien98225BellinghamWashingtonUnited States
12703Suarez, Renee, L2060Lavender BayNew South WalesAustralia

Generated 2025-07-21 02:37:38.833 UTC