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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20029Evans, Jan, M90012Los AngelesCaliforniaUnited States
24057Alvarez, Ricky45000OrleansLoiretFrance
18797Murphy, Evan, L98052RedmondWashingtonUnited States

Generated 2025-07-18 22:17:10.664 UTC