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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19622Yuan, Roger1597Lane CoveNew South WalesAustralia
22664Yang, Dawn, A59000LilleNordFrance
18458She, Gregory3000MelbourneVictoriaAustralia

Generated 2025-11-06 03:06:49.364 UTC