[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 2500   SHUFFLE   <  SKIP 52  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26980Suarez, Marc41485GrevenbroichBayernGermany
28782Howard, Cody92118CoronadoCaliforniaUnited States
22783Green, Isaac, C98036LynnwoodWashingtonUnited States

Generated 2025-07-14 02:00:14.071 UTC