[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 1228  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26063Lu, Wesley, P98225BellinghamWashingtonUnited States
28124Kelly, Mackenzie, E94015Daly CityCaliforniaUnited States
13062Williams, Eduardo98501OlympiaWashingtonUnited States

Generated 2025-07-17 06:07:37.942 UTC