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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25886Rogers, Rachel98270MarysvilleWashingtonUnited States
25950Kumar, Kyle98270MarysvilleWashingtonUnited States
26054Lee, Dylan, A98270MarysvilleWashingtonUnited States

Generated 2025-07-22 14:06:19.235 UTC