[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 322   SHUFFLE   <  SKIP 460  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12434Kumar, Thomas, M98403TacomaWashingtonUnited States
13950Hernandez, Meredith, B98225BellinghamWashingtonUnited States
20014Blanco, Anne91910Chula VistaCaliforniaUnited States

Generated 2025-07-13 19:21:04.581 UTC