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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12206Parker, Sierra, J90802Long BeachCaliforniaUnited States
12791Foster, Angelica90802Long BeachCaliforniaUnited States
12976Thompson, Hunter90802Long BeachCaliforniaUnited States

Generated 2025-07-15 21:54:55.599 UTC