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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24829Patterson, Ethan, R91203GlendaleCaliforniaUnited States
25369Cox, Evan, G91203GlendaleCaliforniaUnited States
25969Parker, Jason, F91203GlendaleCaliforniaUnited States

Generated 2025-10-27 04:29:04.611 UTC