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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26079Robinson, Ryan98225BellinghamWashingtonUnited States
18094Alonso, Roy90706BellflowerCaliforniaUnited States
26445Foster, Aidan4551CaloundraQueenslandAustralia

Generated 2025-07-10 20:21:20.887 UTC