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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12383Gomez, Albert, M75008ParisSeine (Paris)France
13274Lee, Joshua, L98107BallardWashingtonUnited States
11287Garcia, Henry, BV8Y 1L1CliffsideBritish ColumbiaCanada

Generated 2025-07-12 22:49:47.587 UTC