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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13994Cook, Isaac, M1002SydneyNew South WalesAustralia
17712Blanco, Gary78000VersaillesYvelineFrance
11756Ortega, Linda, C2065St. LeonardsNew South WalesAustralia

Generated 2025-07-20 17:50:19.652 UTC