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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22997Williams, Lucas98225BellinghamWashingtonUnited States
13075Lin, Kelvin, A3550BendigoVictoriaAustralia
28411Rodriguez, Jay, MEC1R 0DULondonEnglandUnited Kingdom

Generated 2025-07-11 13:56:20.702 UTC