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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27911Moore, Robert, L98036LynnwoodWashingtonUnited States
27180Diaz, Joe, L41485GrevenbroichBayernGermany
13545Sharma, Brad, J41485GrevenbroichBayernGermany

Generated 2025-07-13 02:30:46.871 UTC