[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 750   SHUFFLE   <  SKIP 2187  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19920Sanchez, Meredith, S75005ParisSeine (Paris)France
27737Taylor, Brandon, C94063Redwood CityCaliforniaUnited States
25029Hernandez, Alberto, D2444Port MacquarieNew South WalesAustralia

Generated 2025-07-13 23:31:09.569 UTC