[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 999   SHUFFLE   <  SKIP 25  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14334Murphy, Patrick, M99362Walla WallaWashingtonUnited States
21769Rubio, Michele, L94519ConcordCaliforniaUnited States
25796Jai, KelvinSW8 4BGLondonEnglandUnited Kingdom

Generated 2025-07-14 11:20:24.345 UTC