[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 5225   <  SKIP 622  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20017Sanders, Anna, E94536FremontCaliforniaUnited States
20400Henderson, Sydney94536FremontCaliforniaUnited States
20374Adams, Fernando, S94536FremontCaliforniaUnited States

Generated 2025-07-20 21:36:09.876 UTC