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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27238Hernandez, Jesse, D94519ConcordCaliforniaUnited States
23251Scott, Evan, C98104SeattleWashingtonUnited States
21273Thomas, Jennifer98501OlympiaWashingtonUnited States
22609Cai, Clarence, L14111BerlinHamburgGermany

Generated 2025-07-12 10:00:25.518 UTC