[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 250   SKIP 2000   <  SKIP 685  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15719Liang, Lacey, A2264SilverwaterNew South WalesAustralia
16173Rana, Cory, E2264SilverwaterNew South WalesAustralia
16175Shan, Tony, M2264SilverwaterNew South WalesAustralia

Generated 2025-07-20 04:28:02.728 UTC