[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 24   SHUFFLE   <  SKIP 2252  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11193Gray, Ian, A97071WoodburnOregonUnited States
16445Ward, CaitlinPE17BuryEnglandUnited Kingdom
28794Cooper, Juan, D97068W. LinnOregonUnited States
26804Sanders, Trinity, B91977Spring ValleyCaliforniaUnited States

Generated 2025-07-12 22:40:33.119 UTC