[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 255  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12382Chen, TamaraSW8 4BGLondonEnglandUnited Kingdom
20334Mitchell, Jeremiah, S90706BellflowerCaliforniaUnited States
11528Washington, Joan91203GlendaleCaliforniaUnited States

Generated 2025-07-10 11:51:05.914 UTC