[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 999   SHUFFLE   <  SKIP 551  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28917Zhou, Sandra, B75013ParisSeine (Paris)France
24776Perry, Samantha, F91776San GabrielCaliforniaUnited States
24787Watson, Andrea, G98052RedmondWashingtonUnited States

Generated 2025-07-10 04:56:44.542 UTC