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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28874Brooks, Alexa, F98052RedmondWashingtonUnited States
16258Malhotra, Deanna, M45000OrleansLoiretFrance
13923Howard, Steven, H91941GrossmontCaliforniaUnited States

Generated 2025-11-04 21:06:28.235 UTC