[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   SHUFFLE   SKIP 250   <  SKIP 123  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22072Russell, Devin, A91364Woodland HillsCaliforniaUnited States
24485Ma, Franklin2450Coffs HarbourNew South WalesAustralia
18633Jenkins, Adam, MWA3WatfordEnglandUnited Kingdom
26218Patel, Barry, JCM11BillericayEnglandUnited Kingdom

Generated 2025-07-21 16:40:30.141 UTC