[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 4   SHUFFLE   <  SKIP 654  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19490Smith, Kristina, D75019ParisSeine (Paris)France
18088Stewart, Seth, A91950Lincoln AcresCaliforniaUnited States
23257Stewart, Charles, F94536FremontCaliforniaUnited States

Generated 2025-07-19 17:16:47.333 UTC