[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 750   SHUFFLE   <  SKIP 14  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26154Madan, Cory4169East BrisbaneQueenslandAustralia
13889Martin, Robert, C97355LebanonOregonUnited States
25931Henderson, Ryan, M98366Port OrchardWashingtonUnited States

Generated 2025-07-09 17:02:07.895 UTC