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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20024Miller, Fernando91945Lemon GroveCaliforniaUnited States
15989Campbell, Savannah94010BurlingameCaliforniaUnited States
19439Xu, Franklin, C04838EilenburgBrandenburgGermany

Generated 2025-07-13 14:04:39.600 UTC