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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14721Jones, Daniel, J98371PuyallupWashingtonUnited States
27074Sanchez, Kristi, M98107BallardWashingtonUnited States
17136Ye, Glenn, L97005BeavertonOregonUnited States

Generated 2025-07-11 04:34:41.859 UTC