[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 2130   SHUFFLE   <  SKIP 59  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28146Washington, Gavin, C94941Mill ValleyCaliforniaUnited States
16470Guo, WesleyAS23Stoke-on-TrentEnglandUnited Kingdom
15390Turner, Jonathan, B97205PortlandOregonUnited States
28330Bailey, Charles, C98501OlympiaWashingtonUnited States

Generated 2025-07-20 15:08:29.684 UTC