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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22947Torres, Danielle, G2500WollongongNew South WalesAustralia
17575Brown, Marcus, J98055RentonWashingtonUnited States
28824Gonzales, Brandon, D98052RedmondWashingtonUnited States

Generated 2025-07-11 15:34:36.992 UTC