[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 4000   SHUFFLE   <  SKIP 2561  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19111Kelly, Mariah, L90505TorranceCaliforniaUnited States
13519Foster, Lucas3000MelbourneVictoriaAustralia
11446Chander, Bethany, K1597Lane CoveNew South WalesAustralia

Generated 2025-07-20 15:03:57.767 UTC