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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16183Carlson, Tanya2065St. LeonardsNew South WalesAustralia
16394Bell, Bryan, C59000LilleNordFrance
21997Xu, Dennis3280WarrnamboolVictoriaAustralia

Generated 2025-07-10 12:18:21.764 UTC