[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 3311   SHUFFLE   <  SKIP 394  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16859Kumar, Jack, E98371PuyallupWashingtonUnited States
27238Hernandez, Jesse, D94519ConcordCaliforniaUnited States
16190Alvarez, Lance, JSE1 8HLLondonEnglandUnited Kingdom
17094Dominguez, Julio, ESW19 3RULondonEnglandUnited Kingdom

Generated 2025-07-21 14:18:05.454 UTC