[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 416   SHUFFLE   <  SKIP 2640  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11804Turner, Haley, M98052RedmondWashingtonUnited States
14066Jimenez, Melody, S3220GeelongVictoriaAustralia
23197Cook, Cole, W90012Los AngelesCaliforniaUnited States
26148Thompson, Michael, M3280WarrnamboolVictoriaAustralia

Generated 2025-07-15 17:02:23.504 UTC