[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 444   SHUFFLE   <  SKIP 2069  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11882Stewart, Patrick, L98104SeattleWashingtonUnited States
27238Hernandez, Jesse, D94519ConcordCaliforniaUnited States
11636Cox, Kimberly, K94015Daly CityCaliforniaUnited States

Generated 2025-07-14 18:28:53.810 UTC