[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 2201  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17555Smith, William, A94519ConcordCaliforniaUnited States
26025Zhang, Aimee4551CaloundraQueenslandAustralia
13048Hayes, Alexis3000MelbourneVictoriaAustralia
15347Alonso, Deanna, A90706BellflowerCaliforniaUnited States

Generated 2025-07-11 11:57:06.378 UTC