[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 344   SHUFFLE   <  SKIP 447  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18886McDonald, Donald, E98107BallardWashingtonUnited States
19410Adams, Chloe, A98270MarysvilleWashingtonUnited States
17868Blue, Richard, E90706BellflowerCaliforniaUnited States

Generated 2025-07-16 19:12:38.808 UTC