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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14880Ross, Jessica91977Spring ValleyCaliforniaUnited States
17473Blanco, Ebony, J98225BellinghamWashingtonUnited States
18809King, Jason97005BeavertonOregonUnited States

Generated 2025-07-11 19:44:09.690 UTC