[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 6080  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16833Cooper, Richard, L91203GlendaleCaliforniaUnited States
17395Ramirez, Katherine91203GlendaleCaliforniaUnited States

Generated 2025-07-13 02:01:02.479 UTC