[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 650   SHUFFLE   <  SKIP 3822  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11529Bryant, Austin, L97205PortlandOregonUnited States
23479Robinson, Fernando97301SalemOregonUnited States
28230Morgan, Stephanie, O91364Woodland HillsCaliforniaUnited States

Generated 2025-07-13 12:33:26.132 UTC