[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 4   SHUFFLE   <  SKIP 600  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26892Rogers, Cody, FKB9KirkbyEnglandUnited Kingdom
14392Jackson, Justin, T98901YakimaWashingtonUnited States
14740Scott, Jenna, M90712LakewoodCaliforniaUnited States

Generated 2025-07-18 09:54:39.802 UTC