[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 875   SHUFFLE   <  SKIP 3880  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17555Smith, William, A94519ConcordCaliforniaUnited States
28806Hernandez, Randall, H84720Cedar CityUtahUnited States
27507Li, Valerie, R94014ColmaCaliforniaUnited States

Generated 2025-07-13 23:26:52.604 UTC