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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13309Sanders, Angela92020El CajonCaliforniaUnited States
17332Green, Jonathan, A2580GoulburnNew South WalesAustralia
20077Coleman, Aidan, L92118CoronadoCaliforniaUnited States

Generated 2025-07-11 11:12:38.251 UTC