[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 127   SHUFFLE   <  SKIP 1527  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14898Edwards, Katelyn, L98036LynnwoodWashingtonUnited States
25210Xu, Kathryn4000BrisbaneQueenslandAustralia
20704Rodriguez, Shane, R97005BeavertonOregonUnited States
24292Brooks, Mackenzie91203GlendaleCaliforniaUnited States

Generated 2025-07-17 13:08:25.773 UTC