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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17226McDonald, Gilbert, GL4 4HBLiverpoolEnglandUnited Kingdom
26278Wu, Jon98107BallardWashingtonUnited States
22215Lal, Samuel, R91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-17 19:04:37.815 UTC