[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 512   SHUFFLE   SKIP 0  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18889Murphy, Katelyn98270MarysvilleWashingtonUnited States
28286Alexander, Destiny98052RedmondWashingtonUnited States
21167Becker, Kara2444Port MacquarieNew South WalesAustralia

Generated 2025-07-11 06:21:36.034 UTC