[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 873  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26020Lopez, Barry, R3220GeelongVictoriaAustralia
27445Tang, Shaun, S94014ColmaCaliforniaUnited States
18566Peterson, Bryce94015Daly CityCaliforniaUnited States

Generated 2025-07-10 20:57:13.906 UTC