[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 4090  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19215Hall, Edward98104SeattleWashingtonUnited States
25912Rubio, Walter, R3977CranbourneVictoriaAustralia
18771Green, Robert, L91203GlendaleCaliforniaUnited States

Generated 2025-07-11 14:17:11.770 UTC