[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 444   SHUFFLE   <  SKIP 2214  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12181Sanders, Katelyn, A94303Palo AltoCaliforniaUnited States
21460Carter, Jack91977Spring ValleyCaliforniaUnited States
25253Miller, Ryan, F98027IssaquahWashingtonUnited States

Generated 2025-07-12 09:20:40.902 UTC