[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 31   SHUFFLE   <  SKIP 37  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13435Pal, Tracy, A90210Beverly HillsCaliforniaUnited States
15103Lopez, Jonathan, DAS23Stoke-on-TrentEnglandUnited Kingdom
16661Raman, Shane2036MalabarNew South WalesAustralia

Generated 2025-07-13 16:12:55.707 UTC