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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12111Gonzales, Jacqueline94536FremontCaliforniaUnited States
13187Wright, Evan94536FremontCaliforniaUnited States
13216Mitchell, Mary94536FremontCaliforniaUnited States

Generated 2025-07-11 13:52:19.608 UTC