[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 456   SHUFFLE   <  SKIP 1853  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28057Anderson, Rachel98104SeattleWashingtonUnited States
17455Hayes, Dylan, O94519ConcordCaliforniaUnited States
29216Wood, Antonio97355LebanonOregonUnited States

Generated 2025-07-17 18:55:26.273 UTC