[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 444   SHUFFLE   <  SKIP 2251  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25398Jones, Thomas, K94070San CarlosCaliforniaUnited States
16262Xie, Kathryn, M75002ParisSeine (Paris)France
28887Serrano, Casey, O20354HamburgHamburgGermany

Generated 2025-07-20 02:17:52.607 UTC