[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 434   SHUFFLE   <  SKIP 204  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18981Watson, Savannah, S94303Palo AltoCaliforniaUnited States
26349Lopez, Adam, E99202SpokaneWashingtonUnited States
15423Long, Jack99362Walla WallaWashingtonUnited States

Generated 2025-07-15 17:17:36.868 UTC