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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23490Wilson, Nicholas, S98403TacomaWashingtonUnited States
13379Morris, Bailey98284Sedro WoolleyWashingtonUnited States
28273Mitchell, Madeline94063Redwood CityCaliforniaUnited States

Generated 2025-07-11 09:23:35.473 UTC