[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 440   SHUFFLE   <  SKIP 560  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18180Howard, Juan, K34117KasselHessenGermany
17605Ma, Jon90706BellflowerCaliforniaUnited States
15774Kelly, Natalie98052RedmondWashingtonUnited States

Generated 2025-07-18 13:01:28.170 UTC