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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15858Parker, Jonathan, D94519ConcordCaliforniaUnited States
23638Ruiz, NelsonKB9KirkbyEnglandUnited Kingdom
11816Torres, Joe, A90210Beverly HillsCaliforniaUnited States

Generated 2025-07-11 00:55:22.979 UTC