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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23487Evans, GabrielV2W 1W2HaneyBritish ColumbiaCanada
28849Murphy, Garrett99202SpokaneWashingtonUnited States
20337Hall, Xavier92806La JollaCaliforniaUnited States

Generated 2025-11-05 11:12:53.478 UTC