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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21599Lopez, Sara, A97301SalemOregonUnited States
14009Prasad, Brandy, P3198SeafordVictoriaAustralia
14080Srini, Cynthia97005BeavertonOregonUnited States

Generated 2025-07-15 04:17:41.223 UTC