[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 2660  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27533Perez, Allison, C90706BellflowerCaliforniaUnited States
11991Martinez, Frederick2061Milsons PointNew South WalesAustralia
21373Liu, Clayton, L3198SeafordVictoriaAustralia
18185Huang, Laura, P04139LeipzigNordrhein-WestfalenGermany

Generated 2025-11-05 10:20:41.557 UTC