[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 2500   SHUFFLE   <  SKIP 1398  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28585Russell, Julian, M91502BurbankCaliforniaUnited States
18635Martinez, Toni53131BonnNordrhein-WestfalenGermany
15538Lal, Luis91941GrossmontCaliforniaUnited States

Generated 2025-07-21 22:25:59.313 UTC