[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 250   SHUFFLE   <  SKIP 4864  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12334Jimenez, RoySW6 SBYLondonEnglandUnited Kingdom
19127Sanchez, Alexa, J97071WoodburnOregonUnited States
23691Hu, Karen, F98225BellinghamWashingtonUnited States

Generated 2025-07-15 11:08:43.570 UTC