[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2421   SHUFFLE   <  SKIP 607  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14255Jackson, Jonathan, L98020EdmondsWashingtonUnited States
25848Robinson, Samuel, L91932Imperial BeachCaliforniaUnited States
18976Howard, Garrett97330CorvallisOregonUnited States

Generated 2025-07-13 00:19:07.286 UTC