[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 0   SHUFFLE   <  SKIP 2201  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26714Long, Angela98107BallardWashingtonUnited States
18973Yuan, Kate94010BurlingameCaliforniaUnited States
19543Torres, Evan97330CorvallisOregonUnited States

Generated 2025-11-05 15:59:41.365 UTC