[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 250   SHUFFLE   <  SKIP 441  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26528Garcia, Samuel98020EdmondsWashingtonUnited States
24053Allen, Jose, C66578NeunkirchenSaarlandGermany
12139Yang, Franklin98225BellinghamWashingtonUnited States

Generated 2025-07-13 20:04:33.067 UTC