[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 2421   SHUFFLE   <  SKIP 857  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14381Cooper, Alexa97330CorvallisOregonUnited States
11143Henderson, Jonathan, M90712LakewoodCaliforniaUnited States
22108Powell, Eduardo94947NovatoCaliforniaUnited States

Generated 2025-07-10 02:32:38.807 UTC