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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25969Parker, Jason, F91203GlendaleCaliforniaUnited States
23359Alexander, Dalton90241DowneyCaliforniaUnited States
11889Patterson, Blake98371PuyallupWashingtonUnited States

Generated 2025-07-10 06:50:54.890 UTC