[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 2099  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26413Romero, Rebekah, C80610Saint OuenSommeFrance
20304Edwards, Jesse99362Walla WallaWashingtonUnited States
21321Jai, Jon98168BurienWashingtonUnited States
25445Cook, Grace, C66740SaarlouisSaarlandGermany

Generated 2025-07-15 01:06:47.611 UTC