[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 1000   SHUFFLE   <  SKIP 47  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11461Jimenez, Victor2060Lavender BayNew South WalesAustralia
29015Murphy, Trinity, Y98027IssaquahWashingtonUnited States
12907Bryant, Julia, L98033KirklandWashingtonUnited States

Generated 2025-11-04 14:24:10.627 UTC