[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 24   SHUFFLE   <  SKIP 2498  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21721Campbell, Sara98055RentonWashingtonUnited States
22126Ward, Rachel, C94010BurlingameCaliforniaUnited States
23333Sun, Steve, I97005BeavertonOregonUnited States

Generated 2025-07-13 15:18:56.746 UTC