[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 613   SHUFFLE   <  SKIP 1111  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21267Parker, Charles98366Port OrchardWashingtonUnited States
22884Richardson, Danielle97301SalemOregonUnited States
27957Suri, TabithaOX1OxfordEnglandUnited Kingdom

Generated 2025-07-15 09:18:04.905 UTC