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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27530Ross, Maria91977Spring ValleyCaliforniaUnited States
22623Suarez, Jamie, M70452StuttgartSaarlandGermany
14653Fernandez, Troy, H94519ConcordCaliforniaUnited States

Generated 2025-07-13 15:12:41.979 UTC