[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 0   SHUFFLE   <  SKIP 2981  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24340Clark, Chloe, K94303Palo AltoCaliforniaUnited States
21098Ma, Steve62200Boulogne-sur-MerPas de CalaisFrance
17639Ma, HeatherSE1 8HLLondonEnglandUnited Kingdom
21578Green, Jordan, P98403TacomaWashingtonUnited States

Generated 2025-11-01 17:00:25.807 UTC