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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13348Young, Noah91950Lincoln AcresCaliforniaUnited States
25528Butler, Alexandria85049IngolstadtBayernGermany
28860Anderson, Ian, M94947NovatoCaliforniaUnited States

Generated 2025-07-11 16:36:06.504 UTC