[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 2918  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20304Edwards, Jesse99362Walla WallaWashingtonUnited States
14490Butler, Aidan, B92118CoronadoCaliforniaUnited States
27320Green, Jose, C42651SolingenNordrhein-WestfalenGermany
11731Gill, Tanya, H94010BurlingameCaliforniaUnited States

Generated 2025-11-06 01:39:50.430 UTC