[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 2500   SHUFFLE   <  SKIP 2287  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28747Gonzalez, Arthur, GSL4 1RHBerksEnglandUnited Kingdom
23017Rai, Alison, M98225BellinghamWashingtonUnited States
19991Thomas, Jacob, C91910Chula VistaCaliforniaUnited States

Generated 2025-07-15 23:31:02.441 UTC