[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 2500   <  SKIP 599  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25359Young, Alex, D90802Long BeachCaliforniaUnited States
13047Vazquez, Rodney, M3429SunburyVictoriaAustralia
26059Anderson, Andrew94303Palo AltoCaliforniaUnited States

Generated 2025-07-14 13:16:58.192 UTC