[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 456   SHUFFLE   <  SKIP 2115  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23213Green, Noah90802Long BeachCaliforniaUnited States
26343Washington, Mariah99202SpokaneWashingtonUnited States
14545Henderson, FaithPE17BuryEnglandUnited Kingdom

Generated 2025-07-19 01:33:02.247 UTC