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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28108Yang, Roger, A3220GeelongVictoriaAustralia
25996Murphy, Faith91791West CovinaCaliforniaUnited States
15256Ramirez, Dalton, R92118CoronadoCaliforniaUnited States

Generated 2025-07-12 18:31:38.340 UTC