[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 1123   <  SKIP 1978  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12904Jai, Thomas91910Chula VistaCaliforniaUnited States
12931Fernandez, Ann, M91910Chula VistaCaliforniaUnited States
13058Huang, Ramon91910Chula VistaCaliforniaUnited States

Generated 2025-07-20 18:51:07.567 UTC