[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 4000   SHUFFLE   <  SKIP 1869  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24055Goel, LouisRG11 5TPBerkshireEnglandUnited Kingdom
18981Watson, Savannah, S94303Palo AltoCaliforniaUnited States
22719Brooks, Jesse94519ConcordCaliforniaUnited States

Generated 2025-07-15 10:01:26.853 UTC