[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 2000   SHUFFLE   <  SKIP 181  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29110Smith, Sydney, M90012Los AngelesCaliforniaUnited States
27618Diaz, Melanie99202SpokaneWashingtonUnited States
26845Ortega, Theodore, M66001SaarbrückenSaarlandGermany

Generated 2025-07-12 00:41:23.330 UTC