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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18474Smith, James90802Long BeachCaliforniaUnited States
17546James, Melanie, V90802Long BeachCaliforniaUnited States
18522Smith, Jeremiah, L90802Long BeachCaliforniaUnited States

Generated 2025-07-11 23:49:57.145 UTC