[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 875   SHUFFLE   <  SKIP 301  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19133Martinez, Logan, A97301SalemOregonUnited States
13473Hill, Logan, A92118CoronadoCaliforniaUnited States
25847Brown, Destiny98201EverettWashingtonUnited States

Generated 2025-07-18 11:25:43.319 UTC