[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 250   <  SKIP 5633  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28591Collins, Mary, E94536FremontCaliforniaUnited States
29076Miller, Megan94536FremontCaliforniaUnited States
29199Wilson, James, M94536FremontCaliforniaUnited States

Generated 2025-07-18 21:20:23.009 UTC