[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2000   SHUFFLE   <  SKIP 311  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17698Butler, Xavier, C91977Spring ValleyCaliforniaUnited States
11406Xu, Latoya, L75010ParisSeine (Paris)France
13196Sanders, Kimberly, M98027IssaquahWashingtonUnited States

Generated 2025-07-12 12:59:58.056 UTC