[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 0   SHUFFLE   <  SKIP 2220  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16769Walker, Tyler, J90241DowneyCaliforniaUnited States
27302Smith, Charles, M78400ChatouYvelineFrance
28760Hall, Lucas97330CorvallisOregonUnited States

Generated 2025-11-05 04:16:48.223 UTC