[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 2500   SHUFFLE   <  SKIP 129  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23433Muñoz, Pedro, A7001HobartTasmaniaAustralia
18638Thompson, Alyssa, K98033KirklandWashingtonUnited States
29322Alexander, Gavin, K97222MilwaukieOregonUnited States

Generated 2025-07-14 02:45:45.345 UTC