[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 171  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20975Andersen, JerryPE17BuryEnglandUnited Kingdom
17168Perez, Jada98366Port OrchardWashingtonUnited States
23071Gonzales, Haley94519ConcordCaliforniaUnited States

Generated 2025-11-05 02:02:23.466 UTC