[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 4000   SHUFFLE   <  SKIP 1888  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14005Hughes, Noah, J94063Redwood CityCaliforniaUnited States
21113Cai, Laura, L75012ParisSeine (Paris)France
21505Gonzalez, Ronald75002ParisSeine (Paris)France

Generated 2025-07-15 16:00:31.244 UTC