[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 324   SHUFFLE   <  SKIP 325  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11128Long, Samantha98055RentonWashingtonUnited States
21736Thompson, Thomas, D91502BurbankCaliforniaUnited States
29175Rivera, Sean, D98168BurienWashingtonUnited States

Generated 2025-07-15 10:44:02.677 UTC