[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 875   SHUFFLE   <  SKIP 123  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20454Martinez, Fernando4700RockhamptonQueenslandAustralia
19839Yuan, CarlyT2P 2G8CalgaryAlbertaCanada
16888Hughes, Arianna, A92020El CajonCaliforniaUnited States
17332Green, Jonathan, A2580GoulburnNew South WalesAustralia

Generated 2025-07-21 15:09:25.904 UTC