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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22863Thomas, Hunter97034Lake OswegoOregonUnited States
21605Ye, Brittney, A98168BurienWashingtonUnited States
20682Davis, John, F91941GrossmontCaliforniaUnited States

Generated 2025-07-11 17:38:48.941 UTC