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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19678Rodriguez, Martin98168BurienWashingtonUnited States
19017Brooks, Zoe, L94014ColmaCaliforniaUnited States
12138Jai, Colin97005BeavertonOregonUnited States

Generated 2025-07-11 20:32:50.164 UTC