[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 0   SHUFFLE   <  SKIP 2016  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21095Munoz, Lance, L75006ParisSeine (Paris)France
28603Bell, Brian, R94070San CarlosCaliforniaUnited States
22139Pal, Jaime94519ConcordCaliforniaUnited States

Generated 2025-11-04 16:33:09.659 UTC