[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 512   SHUFFLE   <  SKIP 989  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15126Sanchez, Manuel7001HobartTasmaniaAustralia
13925Barnes, Wyatt, A94063Redwood CityCaliforniaUnited States
25183Thomas, Michael, K98104SeattleWashingtonUnited States

Generated 2025-07-11 23:38:57.669 UTC