[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 2421   SHUFFLE   <  SKIP 1911  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13315Thomas, Lucas, E91932Imperial BeachCaliforniaUnited States
21737Rivera, Timothy, A93400Saint-DenisSeine Saint DenisFrance
28864Murphy, Natalie, P94063Redwood CityCaliforniaUnited States
17454Perry, Edward, A91502BurbankCaliforniaUnited States

Generated 2025-07-15 07:56:40.765 UTC