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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12146Thomas, Xavier94519ConcordCaliforniaUnited States
23832Ramirez, Alexandra, B98225BellinghamWashingtonUnited States
18349Robinson, Jacob91977Spring ValleyCaliforniaUnited States

Generated 2025-07-12 11:44:58.207 UTC