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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26078Dominguez, Alberto, R98225BellinghamWashingtonUnited States
18406Ross, Zachary91932Imperial BeachCaliforniaUnited States
13293Lu, Barbara91910Chula VistaCaliforniaUnited States

Generated 2025-07-11 15:43:20.653 UTC