[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   SKIP 2000   <  SKIP 6500  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23849Simmons, Alexis98270MarysvilleWashingtonUnited States
23850Hall, Anna, J98270MarysvilleWashingtonUnited States
24779Lee, Morgan98270MarysvilleWashingtonUnited States

Generated 2025-07-22 03:44:04.205 UTC