[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 4898   SHUFFLE   <  SKIP 770  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26101Smith, Phillip, S98225BellinghamWashingtonUnited States
22786Goldstein, Wyatt98168BurienWashingtonUnited States

Generated 2025-07-18 10:55:19.668 UTC