[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 0   SHUFFLE   <  SKIP 2003  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17282Alexander, Alyssa, M3977CranbourneVictoriaAustralia
23832Ramirez, Alexandra, B98225BellinghamWashingtonUnited States
17706Coleman, Gabriel, BTY31RuncornEnglandUnited Kingdom

Generated 2025-10-29 12:32:14.134 UTC