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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25483Ma, Dennis, E75002ParisSeine (Paris)France
17772Andersen, LeonardW1V 5RNLondonEnglandUnited Kingdom
26684Andersen, Dustin, L94704BerkeleyCaliforniaUnited States

Generated 2025-07-18 18:11:28.892 UTC