[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 4321  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17230Suarez, Lance, C4217Gold CoastQueenslandAustralia
18206Madan, Bruce, G2450Coffs HarbourNew South WalesAustralia
26147Subram, Ivan, A6006PerthSouth AustraliaAustralia

Generated 2025-07-10 22:33:11.596 UTC