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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18540Perry, Victoria, M94536FremontCaliforniaUnited States
18988Baker, Courtney, A94536FremontCaliforniaUnited States
20017Sanders, Anna, E94536FremontCaliforniaUnited States

Generated 2025-07-10 20:40:44.487 UTC