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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11736Sanchez, Sebastian94536FremontCaliforniaUnited States
11978Washington, Jackson94536FremontCaliforniaUnited States
12043Patterson, Carson, L94536FremontCaliforniaUnited States

Generated 2025-07-11 05:47:22.734 UTC