[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 5701  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18207Gonzalez, Phillip, N2264SilverwaterNew South WalesAustralia
20440Hughes, Alexandra94063Redwood CityCaliforniaUnited States
25099Hayes, Melanie, G95062Santa CruzCaliforniaUnited States

Generated 2025-07-20 16:21:20.737 UTC