[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 1875   SHUFFLE   <  SKIP 1235  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22052Butler, Zachary90706BellflowerCaliforniaUnited States
16332Vazquez, Joan, B2036MatravilleNew South WalesAustralia
18807Bennett, Spencer91910Chula VistaCaliforniaUnited States

Generated 2025-07-21 20:55:34.393 UTC