[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 4   SHUFFLE   <  SKIP 626  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20046She, Peter, D17490Saint OuenCharente-MaritimeFrance
14111Anderson, Michael, K97045Oregon CityOregonUnited States
27256Lopez, Caleb98366Port OrchardWashingtonUnited States

Generated 2025-07-15 15:45:52.294 UTC